Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp446 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()
474 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()
524 hasParent(declStmt().bind("stmt")), in findReferenceMutation()
527 unless(hasParent(declStmt(hasParent( in findReferenceMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp275 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
323 declStmt(hasSingleDecl( in checkASTCodeBody()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp116 return declStmt(hasDescendant(varDecl( in assignedToRef()
147 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp216 REGISTER_MATCHER(declStmt); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp797 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1409 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;