Home
last modified time | relevance | path

Searched refs:usingDirectiveDecl (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUsingNamespaceDirectiveCheck.cpp23 Finder->addMatcher(usingDirectiveDecl().bind("usingNamespace"), this); in registerMatchers()
H A DGlobalNamesInHeadersCheck.cpp42 Finder->addMatcher(decl(anyOf(usingDecl(), usingDirectiveDecl()), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp522 unless(usingDirectiveDecl()), // using namespace decl. in registerMatchers()
546 usingDirectiveDecl(unless(isImplicit()), in registerMatchers()
/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclPrinterTest.cpp221 usingDirectiveDecl().bind("id"), "using namespace X::A", in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp589 REGISTER_MATCHER(usingDirectiveDecl); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1463 usingDirectiveDecl())); in TEST_P()
1465 matches("namespace X { int x; } using X::x;", usingDirectiveDecl())); in TEST_P()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp388 Finder->addMatcher(usingDirectiveDecl(isExpansionInFileMatching(FilePattern), in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp860 usingDirectiveDecl; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1790 usingDirectiveDecl;