Searched refs:LBraceLocs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 368 SmallVector<SourceLocation, 4> LBraceLocs; in ParseMicrosoftAsmStatement() local 376 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement() 384 LBraceLocs.push_back(SourceLocation()); in ParseMicrosoftAsmStatement() 398 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement() 451 LBraceLocs.pop_back(); in ParseMicrosoftAsmStatement() 480 Diag(LBraceLocs.back(), diag::note_matching) << tok::l_brace; in ParseMicrosoftAsmStatement() 481 LBraceLocs.pop_back(); in ParseMicrosoftAsmStatement() 511 assert(!LBraceLocs.empty() && "Should have at least one location here"); in ParseMicrosoftAsmStatement() 516 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, StringRef(), in ParseMicrosoftAsmStatement() 607 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, AsmStringIR, in ParseMicrosoftAsmStatement()
|