Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2577 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 DCodeGenPGO.cpp118 IfStmt, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp876 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 DStmt.h885 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2129 TEST(IfStmt, ChildTraversalMatchers) { in TEST() argument