Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPointerIterationChecker.cpp75 hasLoopVariable(PointerTypeM), in matchUnorderedIterWithPointers()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp460 hasLoopVariable( in findRangeLoopMutation()
505 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp328 REGISTER_MATCHER(hasLoopVariable); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2140 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() argument