Searched defs:IfLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | NoTrivialPPDirectiveTracer.h | 235 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 262 SourceLocation IfLoc) override { in Elifdef() 289 SourceLocation IfLoc) override { in Elifndef() 296 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 303 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
| H A D | PPCallbacks.h | 406 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif() 430 SourceLocation IfLoc) { in Elifdef() 454 SourceLocation IfLoc) { in Elifndef() 460 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 466 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 708 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 728 SourceLocation IfLoc) override { in Elifdef() 748 SourceLocation IfLoc) override { in Elifndef() 754 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 760 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
| H A D | Token.h | 333 SourceLocation IfLoc; member
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPConditionalDirectiveRecord.cpp | 99 SourceLocation IfLoc) { in Elif() 127 SourceLocation IfLoc) { in Else() 133 SourceLocation IfLoc) { in Endif()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 212 SourceLocation IfLoc) { in Elif()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1401 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 960 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, in ActOnIfStmt() 1042 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, in BuildIfStmt()
|
| H A D | TreeTransform.h | 1409 StmtResult RebuildIfStmt(SourceLocation IfLoc, IfStatementKind Kind, in RebuildIfStmt()
|