reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  304   REGISTER_MATCHER(hasSingleDecl);
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  323       declStmt(hasSingleDecl(
tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
  144                  anyOf(declStmt(hasSingleDecl(
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
   88              hasLoopInit(declStmt(hasSingleDecl(InitToZeroMatcher()))),
  185                                declStmt(hasSingleDecl(InitDeclMatcher)))),
  287                        declStmt(hasSingleDecl(InitToZeroMatcher())))),
tools/clang/tools/extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
   97       declStmt(hasSingleDecl(equalsBoundNode(VarDeclName)))
  107       declStmt(hasSingleDecl(varDecl(hasInitializer(integerLiteral(equals(0))))
tools/clang/unittests/AST/ASTImporterTest.cpp
  606                   hasBody(compoundStmt(has(declStmt(hasSingleDecl(
  632                     hasAnySubstatement(declStmt(hasSingleDecl(
  952                  has(declStmt(hasSingleDecl(varDecl(hasName("d")))))))));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 1774     declStmt(hasSingleDecl(varDecl(hasInitializer(anything()))));