Searched defs:IfLoc (Results 1 – 7 of 7) 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() 477 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 497 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 503 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
| D | Token.h | 271 SourceLocation IfLoc; member
|
| /external/clang/lib/Parse/ |
| D | ParseStmt.cpp | 1067 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
| /external/clang/lib/Sema/ |
| D | SemaStmt.cpp | 442 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
|
| D | TreeTransform.h | 1116 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 871 SourceLocation IfLoc; variable
|