Searched defs:IfLoc (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 205 SourceLocation IfLoc) { in Elif() 223 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 229 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 353 SourceLocation IfLoc) { in Elif() 371 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 377 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
|
D | Token.h | 277 SourceLocation IfLoc; member
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 496 SourceLocation IfLoc) { in Elif() 501 void PreprocessingRecord::Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 506 void PreprocessingRecord::Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 911 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 374 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
|
D | TreeTransform.h | 1065 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 845 SourceLocation IfLoc; variable
|