Home
last modified time | relevance | path

Searched refs:hasLoopVariable (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerIterationChecker.cpp75 hasLoopVariable(PointerTypeM), in matchUnorderedIterWithPointers()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp450 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
493 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp320 REGISTER_MATCHER(hasLoopVariable); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2126 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() argument