Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp488 return Error(LabelLoc, "endp does not match current procedure '" + in ParseDirectiveEndProc() local
H A DAsmParser.cpp6254 SMLoc LabelLoc = LabelTok.getLoc(); parseAsHLASMLabel() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1193 SourceLocation LabelLoc = ConsumeToken(); ParseCompoundStatementBody() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3293 ActOnGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * TheDecl) ActOnGotoStmt() argument
H A DTreeTransform.h1460 RebuildGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * Label) RebuildGotoStmt() argument
3026 RebuildAddrLabelExpr(SourceLocation AmpAmpLoc,SourceLocation LabelLoc,LabelDecl * Label) RebuildAddrLabelExpr() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4310 SourceLocation AmpAmpLoc, LabelLoc; global() variable