Home
last modified time | relevance | path

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

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