Home
last modified time | relevance | path

Searched refs:declStmt (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp274 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
322 declStmt(hasSingleDecl( in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp579 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()
609 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()
658 hasParent(declStmt().bind("stmt")), in findReferenceMutation()
661 unless(hasParent(declStmt(hasParent(cxxForRangeStmt( in findReferenceMutation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp119 return declStmt(hasDescendant(varDecl( in assignedToRef()
150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp226 REGISTER_MATCHER(declStmt); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp842 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1465 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;