Searched defs:IfLoc (Results 1 – 8 of 8) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 102 SourceLocation IfLoc) { in Elif() 108 SourceLocation IfLoc) { in Else() 114 SourceLocation IfLoc) { in Endif()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 290 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif() 312 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 318 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 474 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 494 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 500 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
H A D | Token.h | 292 SourceLocation IfLoc; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1066 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 504 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 481 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
|
H A D | TreeTransform.h | 1143 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 876 SourceLocation IfLoc; variable
|