Searched defs:IfLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | PPConditionalDirectiveRecord.cpp | 99 SourceLocation IfLoc) { in Elif() 127 SourceLocation IfLoc) { in Else() 133 SourceLocation IfLoc) { in Endif()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | 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()
|
| HD | Token.h | 327 SourceLocation IfLoc; member
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | InclusionRewriter.cpp | 212 SourceLocation IfLoc) { in Elif()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseStmt.cpp | 1503 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 908 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, in ActOnIfStmt() 981 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, in BuildIfStmt()
|
| HD | TreeTransform.h | 1415 StmtResult RebuildIfStmt(SourceLocation IfLoc, IfStatementKind Kind, in RebuildIfStmt()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Stmt.h | 205 SourceLocation IfLoc; in alignas() local 2310 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()
|