/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 429 SourceLocation IfLoc) { in Endif() argument 369 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument 393 Elifdef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifdef() argument 417 Elifndef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifndef() argument 423 Else(SourceLocation Loc,SourceLocation IfLoc) Else() argument 649 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument 669 Elifdef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifdef() argument 689 Elifndef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifndef() argument 695 Else(SourceLocation Loc,SourceLocation IfLoc) Else() argument 701 Endif(SourceLocation Loc,SourceLocation IfLoc) Endif() argument [all...] |
H A D | Token.h | 324 SourceLocation IfLoc; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 210 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1491 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. ParseIfStatement() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 885 ActOnIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) ActOnIfStmt() argument 958 BuildIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) BuildIfStmt() argument
|
H A D | TreeTransform.h | 1394 RebuildIfStmt(SourceLocation IfLoc,IfStatementKind Kind,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Init,Stmt * Then,SourceLocation ElseLoc,Stmt * Else) RebuildIfStmt() argument
|