Home
last modified time | relevance | path

Searched refs:LBraceLocs (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseStmtAsm.cpp346 SmallVector<SourceLocation, 4> LBraceLocs; in ParseMicrosoftAsmStatement() local
354 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement()
362 LBraceLocs.push_back(SourceLocation()); in ParseMicrosoftAsmStatement()
376 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement()
429 LBraceLocs.pop_back(); in ParseMicrosoftAsmStatement()
458 Diag(LBraceLocs.back(), diag::note_matching) << tok::l_brace; in ParseMicrosoftAsmStatement()
459 LBraceLocs.pop_back(); in ParseMicrosoftAsmStatement()
489 assert(!LBraceLocs.empty() && "Should have at least one location here"); in ParseMicrosoftAsmStatement()
494 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, StringRef(), in ParseMicrosoftAsmStatement()
585 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, AsmStringIR, in ParseMicrosoftAsmStatement()