Searched defs:IfStmt (Results 1 – 6 of 6) sorted by relevance
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2370 AST_POLYMORPHIC_MATCHER_P( in AST_POLYMORPHIC_MATCHER_P() 2386 AST_MATCHER_P(IfStmt, hasThen, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 2398 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 2447 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenPGO.cpp | 243 IfStmt, enumerator
|
| /external/chromium_org/v8/tools/gcmole/ |
| D | gcmole.cc | 1032 DECL_VISIT_STMT(IfStmt) { in DECL_VISIT_STMT() argument
|
| /external/clang/lib/AST/ |
| D | Stmt.cpp | 822 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt() function in IfStmt
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 880 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function
|
| /external/clang/unittests/ASTMatchers/ |
| D | ASTMatchersTest.cpp | 1994 TEST(IfStmt, ChildTraversalMatchers) { in TEST() argument
|