Home
last modified time | relevance | path

Searched defs:LabelLoc (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp481 SMLoc LabelLoc = getTok().getLoc(); ParseDirectiveEndProc() local
H A DAsmParser.cpp6254 SMLoc LabelLoc = LabelTok.getLoc(); parseAsHLASMLabel() local
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp919 DILocation *LabelLoc = DILocation::get(Ctx, 1, 0, BarScope); TEST_F() local
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1202 SourceLocation LabelLoc = ConsumeToken(); ParseCompoundStatementBody() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3127 ActOnGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * TheDecl) ActOnGotoStmt() argument
H A DTreeTransform.h1481 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 DExpr.h4344 SourceLocation AmpAmpLoc, LabelLoc; global() variable