Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp583 hasLoopVariable( in findRangeLoopMutation()
628 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp340 REGISTER_MATCHER(hasLoopVariable); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2252 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() argument