Searched defs:IfLoc (Results 1 – 7 of 7) sorted by relevance
/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/include/clang/Lex/ |
H A D | PPCallbacks.h | 405 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif() 429 SourceLocation IfLoc) { in Elifdef() 453 SourceLocation IfLoc) { in Elifndef() 459 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 465 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 707 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 727 SourceLocation IfLoc) override { in Elifdef() 747 SourceLocation IfLoc) override { in Elifndef() 753 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 759 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
H A D | Token.h | 327 SourceLocation IfLoc; member
|
/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 | 1503 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 908 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, in ActOnIfStmt() 981 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, in BuildIfStmt()
|
H A D | TreeTransform.h | 1415 StmtResult RebuildIfStmt(SourceLocation IfLoc, IfStatementKind Kind, in RebuildIfStmt()
|