Home
last modified time | relevance | path

Searched defs:IfLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Lex/
DPPCallbacks.h205 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()
DToken.h277 SourceLocation IfLoc; member
/external/clang/lib/Lex/
DPreprocessingRecord.cpp496 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/
DParseStmt.cpp911 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/external/clang/lib/Sema/
DSemaStmt.cpp374 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
DTreeTransform.h1065 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
/external/clang/include/clang/AST/
DStmt.h845 SourceLocation IfLoc; variable