Searched defs:IfStmt (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2577 AST_POLYMORPHIC_MATCHER_P( in AST_POLYMORPHIC_MATCHER_P() 2593 AST_MATCHER_P(IfStmt, hasThen, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 2605 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 2654 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 118 IfStmt, enumerator
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 876 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt() function in IfStmt
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 885 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function
|
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.cpp | 2129 TEST(IfStmt, ChildTraversalMatchers) { in TEST() argument
|