Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DToken.h270 SourceLocation IfLoc; member
/external/clang/lib/Parse/
DParseStmt.cpp871 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/external/clang/lib/Sema/
DSemaStmt.cpp278 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
DTreeTransform.h1013 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
/external/clang/include/clang/AST/
DStmt.h700 SourceLocation IfLoc; variable