Searched refs:isExpansionInFileMatching (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/test/tools/clang_tidy_checks/ |
H A D | header_exportable_declarations.cpp | 105 anyOf(isExpansionInFileMatching(("v1/__" + filename_ + "/").str()), in registerMatchers() 106 isExpansionInFileMatching(extra_header_), in registerMatchers() 107 isExpansionInFileMatching(("v1/__fwd/" + filename_ + "\\.h$").str()), in registerMatchers() 108 isExpansionInFileMatching(("v1/" + filename_ + "$").str())), in registerMatchers() 125 …finder->addMatcher(namedDecl(isExpansionInFileMatching(filename_)).bind("header_exportable_declara… in registerMatchers()
|
/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersInternalTest.cpp | 227 recordDecl(isExpansionInFileMatching("b.*"), hasName("B")), true, in TEST() 233 recordDecl(isExpansionInFileMatching("f.*"), hasName("X")), false, in TEST()
|
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 306 REGISTER_MATCHER(isExpansionInFileMatching); in RegistryMaps()
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 255 AST_POLYMORPHIC_MATCHER_P(isExpansionInFileMatching, in AST_POLYMORPHIC_MATCHER_P() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 293 AST_POLYMORPHIC_MATCHER_REGEX(isExpansionInFileMatching, in AST_POLYMORPHIC_MATCHER_REGEX() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 293 AST_POLYMORPHIC_MATCHER_REGEX(isExpansionInFileMatching, in AST_POLYMORPHIC_MATCHER_REGEX() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 293 AST_POLYMORPHIC_MATCHER_REGEX(isExpansionInFileMatching, in AST_POLYMORPHIC_MATCHER_REGEX() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 293 AST_POLYMORPHIC_MATCHER_REGEX(isExpansionInFileMatching, in AST_POLYMORPHIC_MATCHER_REGEX() argument
|