Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp456 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()
486 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()
536 hasParent(declStmt().bind("stmt")), in findReferenceMutation()
539 unless(hasParent(declStmt(hasParent( in findReferenceMutation()
H A DUnsafeBufferUsage.cpp534 declStmt().bind("any_ds") in findGadgets()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp274 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
322 declStmt(hasSingleDecl( in checkASTCodeBody()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp119 return declStmt(hasDescendant(varDecl( in assignedToRef()
150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst236 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl()))))
243 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
259 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
278 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
487 forStmt(hasLoopInit(declStmt(
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp218 REGISTER_MATCHER(declStmt); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp812 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1414 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;