Searched refs:LBraceLocs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 392 SmallVector<SourceLocation, 4> LBraceLocs; in ParseMicrosoftAsmStatement() local 400 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement() 408 LBraceLocs.push_back(SourceLocation()); in ParseMicrosoftAsmStatement() 423 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement() 485 LBraceLocs.pop_back(); in ParseMicrosoftAsmStatement() 514 Diag(LBraceLocs.back(), diag::note_matching) << tok::l_brace; in ParseMicrosoftAsmStatement() 515 LBraceLocs.pop_back(); in ParseMicrosoftAsmStatement() 545 assert(!LBraceLocs.empty() && "Should have at least one location here"); in ParseMicrosoftAsmStatement() 550 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, StringRef(), in ParseMicrosoftAsmStatement() 645 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, AsmStringIR, in ParseMicrosoftAsmStatement()
|