Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2706 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, in AST_POLYMORPHIC_MATCHER_P()
2722 AST_MATCHER_P(IfStmt, hasThen, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument
2734 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument
2784 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp122 IfStmt, enumerator
/external/v8/tools/gcmole/
Dgcmole.cc1032 DECL_VISIT_STMT(IfStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h890 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function
/external/clang/lib/AST/
DStmt.cpp882 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt() function in IfStmt
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2155 TEST(IfStmt, ChildTraversalMatchers) { in TEST() argument