Searched defs:LabelLoc (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 481 SMLoc LabelLoc = getTok().getLoc(); ParseDirectiveEndProc() local
|
H A D | AsmParser.cpp | 6254 SMLoc LabelLoc = LabelTok.getLoc(); parseAsHLASMLabel() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 919 DILocation *LabelLoc = DILocation::get(Ctx, 1, 0, BarScope); TEST_F() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1202 SourceLocation LabelLoc = ConsumeToken(); ParseCompoundStatementBody() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3127 ActOnGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * TheDecl) ActOnGotoStmt() argument
|
H A D | TreeTransform.h | 1481 RebuildGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * Label) RebuildGotoStmt() argument 3073 RebuildAddrLabelExpr(SourceLocation AmpAmpLoc,SourceLocation LabelLoc,LabelDecl * Label) RebuildAddrLabelExpr() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4344 SourceLocation AmpAmpLoc, LabelLoc; global() variable
|