Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp528 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()
558 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()
607 hasParent(declStmt().bind("stmt")), in findFunctionArgMutation()
610 unless(hasParent(declStmt(hasParent(cxxForRangeStmt( in findFunctionArgMutation()
H A DUnsafeBufferUsage.cpp803 auto PtrInitStmt = declStmt(hasSingleDecl(
1478 declStmt().bind("any_ds")
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp274 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
322 declStmt(hasSingleDecl( in checkASTCodeBody()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp119 return declStmt(hasDescendant(varDecl( in assignedToRef()
150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp225 REGISTER_MATCHER(declStmt); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp813 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h346 /// (matcher = declStmt(has(decompositionDecl())))
1424 /// declStmt()
1426 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;
2174 /// forStmt(hasLoopInit(declStmt()))
4319 /// declStmt(hasSingleDecl(anything()))
4718 /// declStmt(containsDeclaration(
4721 /// declStmt(containsDeclaration(1, varDecl()))
6766 /// declStmt(isInTemplateInstantiation()) in AST_POLYMORPHIC_MATCHER()
8360 /// declStmt(forCallable(objcMethodDecl())) in AST_MATCHER_P()
8363 /// whereas declStmt(forCallabl in AST_MATCHER_P()
[all...]