clang-tools 22.0.0git
|
Functions | |
AST_POLYMORPHIC_MATCHER (isInAbseilFile, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc, NestedNameSpecifierLoc)) | |
Matches AST nodes that were found within Abseil files. |
clang::ast_matchers::AST_POLYMORPHIC_MATCHER | ( | isInAbseilFile | , |
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc, NestedNameSpecifierLoc) | ) |
Matches AST nodes that were found within Abseil files.
Example matches Y but not X (matcher = cxxRecordDecl(isInAbseilFile())
absl/strings/internal-file.h:
Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>, Matcher<NestedNameSpecifierLoc>
Definition at line 30 of file AbseilMatcher.h.