Searched refs:ActOnIfStmt (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp986 return Actions.ActOnIfStmt(IfLoc, FullCondExp, CondVar, ThenStmt.get(),
/external/clang/lib/Sema/
H A DSemaStmt.cpp388 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, function in class:Sema
H A DTreeTransform.h1069 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
/external/clang/include/clang/Sema/
H A DSema.h2513 StmtResult ActOnIfStmt(SourceLocation IfLoc,

Completed in 81 milliseconds