Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp100 SourceLocation IfLoc) { in Elif()
106 SourceLocation IfLoc) { in Else()
112 SourceLocation IfLoc) { in Endif()
/external/clang/include/clang/Lex/
DPPCallbacks.h228 SourceLocation IfLoc) { in Elif()
250 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else()
256 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
391 SourceLocation IfLoc) { in Elif()
411 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else()
417 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
DToken.h270 SourceLocation IfLoc; member
/external/clang/lib/Parse/
DParseStmt.cpp945 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/external/clang/lib/Sema/
DSemaStmt.cpp418 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
DTreeTransform.h1075 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
/external/clang/include/clang/AST/
DStmt.h855 SourceLocation IfLoc; variable