Searched defs:GotoLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1817 SourceLocation GotoLoc = ConsumeToken(); // eat the 'goto'. in ParseGotoStatement() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 2114 SourceLocation GotoLoc = ConsumeToken(); // eat the 'goto'. in ParseGotoStatement() local
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1226 SourceLocation GotoLoc; variable 1259 SourceLocation GotoLoc; variable
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2616 StmtResult Sema::ActOnGotoStmt(SourceLocation GotoLoc, in ActOnGotoStmt() 2625 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt()
|
D | TreeTransform.h | 1237 StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc, in RebuildGotoStmt() 1246 StmtResult RebuildIndirectGotoStmt(SourceLocation GotoLoc, in RebuildIndirectGotoStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 2942 StmtResult Sema::ActOnGotoStmt(SourceLocation GotoLoc, in ActOnGotoStmt() 2951 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt()
|
D | TreeTransform.h | 1388 StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc, in RebuildGotoStmt() 1397 StmtResult RebuildIndirectGotoStmt(SourceLocation GotoLoc, in RebuildIndirectGotoStmt()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 237 SourceLocation GotoLoc; variable
|