Searched refs:declStmt (Results 1 – 7 of 7) sorted by relevance
528 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()
803 auto PtrInitStmt = declStmt(hasSingleDecl(1478 declStmt().bind("any_ds")
274 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()322 declStmt(hasSingleDecl( in checkASTCodeBody()
119 return declStmt(hasDescendant(varDecl( in assignedToRef() 150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
225 REGISTER_MATCHER(declStmt); in RegistryMaps()
813 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
346 /// (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...]