Home
last modified time | relevance | path

Searched refs:declStmt (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp446 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()
474 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()
524 hasParent(declStmt().bind("stmt")), in findReferenceMutation()
527 unless(hasParent(declStmt(hasParent( in findReferenceMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp275 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
323 declStmt(hasSingleDecl( in checkASTCodeBody()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c391 Statement *declStmt(Dsymbol *s) in toStatement()
397 void visit(VarDeclaration *d) { result = declStmt(d); } in toStatement()
398 void visit(AggregateDeclaration *d) { result = declStmt(d); } in toStatement()
399 void visit(FuncDeclaration *d) { result = declStmt(d); } in toStatement()
400 void visit(EnumDeclaration *d) { result = declStmt(d); } in toStatement()
401 void visit(AliasDeclaration *d) { result = declStmt(d); } in toStatement()
402 void visit(TemplateDeclaration *d) { result = declStmt(d); } in toStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp113 return declStmt(hasDescendant(varDecl( in assignedToRef()
144 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
/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(
484 forStmt(hasLoopInit(declStmt(
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp216 REGISTER_MATCHER(declStmt); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp797 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1409 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;