Searched defs:GotoLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseStmt.cpp | 2367 SourceLocation GotoLoc = ConsumeToken(); // eat the 'goto'. ParseGotoStatement() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmt.cpp | 3292 ActOnGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * TheDecl) ActOnGotoStmt() argument |
H A D | TreeTransform.h | 1460 RebuildGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * Label) RebuildGotoStmt() argument |