Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp276 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
324 declStmt(hasSingleDecl( in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp114 return declStmt(hasDescendant(varDecl( in assignedToRef()
145 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp355 hasParent(declStmt().bind("stmt")), in findReferenceMutation()
358 unless(hasParent(declStmt(hasParent( in findReferenceMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp197 REGISTER_MATCHER(declStmt); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp616 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1218 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;