Searched refs:LBraceLocs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 371 SmallVector<SourceLocation, 4> LBraceLocs; in ParseMicrosoftAsmStatement() local 379 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement() 386 LBraceLocs.push_back(SourceLocation()); in ParseMicrosoftAsmStatement() 401 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement() 466 LBraceLocs.pop_back(); in ParseMicrosoftAsmStatement() 495 Diag(LBraceLocs.back(), diag::note_matching) << tok::l_brace; in ParseMicrosoftAsmStatement() 496 LBraceLocs.pop_back(); in ParseMicrosoftAsmStatement() 523 assert(!LBraceLocs.empty() && "Should have at least one location here"); in ParseMicrosoftAsmStatement() 527 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, AsmString, in ParseMicrosoftAsmStatement() 647 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, AsmStringIR, in ParseMicrosoftAsmStatement()
|