Searched defs:IfLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 102 SourceLocation IfLoc) { in Elif() 108 SourceLocation IfLoc) { in Else() 114 SourceLocation IfLoc) { in Endif()
|
/external/clang/include/clang/Lex/ |
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()
|
D | Token.h | 299 SourceLocation IfLoc; member
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1081 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 505 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 482 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
|
D | TreeTransform.h | 1143 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 881 SourceLocation IfLoc; variable
|