Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseStmt.cpp2303 SourceLocation GotoLoc = ConsumeToken(); // eat the 'goto'. in ParseGotoStatement() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmt.cpp3282 StmtResult Sema::ActOnGotoStmt(SourceLocation GotoLoc, in ActOnGotoStmt()
3291 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt()
DTreeTransform.h1435 StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc, in RebuildGotoStmt()
1444 StmtResult RebuildIndirectGotoStmt(SourceLocation GotoLoc, in RebuildIndirectGotoStmt()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmt.h242 SourceLocation GotoLoc; in alignas() local