Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp132 unless(isExpansionInFileMatching("gtest/gtest(-typed-test)?\\.h$")); in registerMatchers()
248 unless(isExpansionInFileMatching( in derivedTypeHasReplacementMethod()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersInternalTest.cpp346 recordDecl(isExpansionInFileMatching("b.*"), hasName("B")), true, in TEST()
352 recordDecl(isExpansionInFileMatching("f.*"), hasName("X")), false, in TEST()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp379 isExpansionInFileMatching(FilePattern)); in registerMatchers()
384 usingDecl(isExpansionInFileMatching(FilePattern), IsVisibleInNewNs) in registerMatchers()
388 Finder->addMatcher(usingDirectiveDecl(isExpansionInFileMatching(FilePattern), in registerMatchers()
393 Finder->addMatcher(namespaceAliasDecl(isExpansionInFileMatching(FilePattern), in registerMatchers()
400 namespaceDecl(hasName(FullOldNs), isExpansionInFileMatching(FilePattern)) in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DPreferIsaOrDynCastInConditionalsCheck.cpp60 allOf(unless(isExpansionInFileMatching( in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp127 REGISTER_REGEX_MATCHER(isExpansionInFileMatching); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h291 AST_POLYMORPHIC_MATCHER_REGEX(isExpansionInFileMatching, in AST_POLYMORPHIC_MATCHER_REGEX() argument