Home
last modified time | relevance | path

Searched defs:GotoLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2367 SourceLocation GotoLoc = ConsumeToken(); // eat the 'goto'. ParseGotoStatement() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3292 ActOnGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * TheDecl) ActOnGotoStmt() argument
3301 ActOnIndirectGotoStmt(SourceLocation GotoLoc,SourceLocation StarLoc,Expr * E) ActOnIndirectGotoStmt() argument
H A DTreeTransform.h1460 RebuildGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * Label) RebuildGotoStmt() argument
1469 RebuildIndirectGotoStmt(SourceLocation GotoLoc,SourceLocation StarLoc,Expr * Target) RebuildIndirectGotoStmt() argument