Searched refs:ifStmt (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp273 ifStmt(allOf(
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp556 stmt(anyOf(ifStmt(), switchStmt(), conditionalOperator(), AssertLikeM,
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp746 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp328 REGISTER_MATCHER(ifStmt);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1912 extern const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt;
3010 /// \c compoundStmt(hasParent(ifStmt())) matches "{ int x = 43; }".
3027 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
4423 /// ifStmt(isConstexpr())
4447 /// ifStmt(hasInitStatement(anything()))
4481 /// (matcher = ifStmt(hasThen(cxxBoolLiteral(equals(true)))))
4493 /// (matcher = ifStmt(hasElse(cxxBoolLiteral(equals(true)))))

Completed in 133 milliseconds