Home
last modified time | relevance | path

Searched defs:IfStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp832 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt() function in IfStmt
/external/v8/tools/gcmole/
Dgcmole.cc1051 DECL_VISIT_STMT(IfStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2235 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
/external/clang/include/clang/AST/
DStmt.h863 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function