Home
last modified time | relevance | path

Searched refs:hasSingleDecl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst233 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl()))))
240 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
256 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
275 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(
485 hasSingleDecl(varDecl(hasInitializer(integerLiteral(equals(0))))
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp446 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()
475 hasSingleDecl(varDecl(hasType(hasUnqualifiedDesugaredType(referenceType( in findRangeLoopMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp323 declStmt(hasSingleDecl( in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp144 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp340 REGISTER_MATCHER(hasSingleDecl); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4168 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument