Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst236 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl()))))
243 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
259 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
278 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
487 forStmt(hasLoopInit(declStmt(
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp149 hasLoopInit( in forLoopMatcher()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp327 REGISTER_MATCHER(hasLoopInit); in RegistryMaps()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2116 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>, in AST_MATCHER_P() argument