Home
last modified time | relevance | path

Searched defs:MatchFinder (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllSymbolsAction.h37 clang::ast_matchers::MatchFinder MatchFinder; variable
DFindAllSymbols.cpp116 void FindAllSymbols::registerMatchers(MatchFinder *MatchFinder) { in registerMatchers() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp103 TEST(MatchFinder, CheckProfiling) { in TEST() argument
132 TEST(MatchFinder, InterceptsStartOfTranslationUnit) { in TEST() argument
158 TEST(MatchFinder, InterceptsEndOfTranslationUnit) { in TEST() argument
DASTMatchersTraversalTest.cpp1933 TEST(MatchFinder, CanMatchDeclarationsRecursively) { in TEST() argument
1946 TEST(MatchFinder, CanMatchStatementsRecursively) { in TEST() argument
1957 TEST(MatchFinder, CanMatchSingleNodesRecursively) { in TEST() argument
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp95 TEST(MatchFinder, CheckProfiling) { in TEST() argument
124 TEST(MatchFinder, InterceptsStartOfTranslationUnit) { in TEST() argument
150 TEST(MatchFinder, InterceptsEndOfTranslationUnit) { in TEST() argument
DASTMatchersTraversalTest.cpp4013 TEST(MatchFinder, CanMatchDeclarationsRecursively) { in TEST() argument
4026 TEST(MatchFinder, CanMatchStatementsRecursively) { in TEST() argument
4037 TEST(MatchFinder, CanMatchSingleNodesRecursively) { in TEST() argument
/external/llvm-project/clang/lib/Tooling/Transformer/
DTransformer.cpp24 void Transformer::registerMatchers(MatchFinder *MatchFinder) { in registerMatchers() argument
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DIncorrectRoundingsCheck.cpp33 void IncorrectRoundingsCheck::registerMatchers(MatchFinder *MatchFinder) { in registerMatchers() argument
/external/llvm-project/clang/include/clang/Tooling/
DRefactoringCallbacks.h72 ast_matchers::MatchFinder MatchFinder; variable
/external/lzma/CS/7zip/
DICoder.cs119 MatchFinder, enumerator
/external/lzma/Java/SevenZip/
DLzmaAlone.java27 public int MatchFinder = 1; field in LzmaAlone.CommandLine
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs72 MatchFinder, enumerator
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h25 class MatchFinder; variable
/external/lzma/C/
DLzFindMt.h89 CMatchFinder *MatchFinder; member
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp896 MatchFinder::MatchFinder(MatchFinderOptions Options) in MatchFinder() function in clang::ast_matchers::MatchFinder
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp1197 MatchFinder::MatchFinder(MatchFinderOptions Options) in MatchFinder() function in clang::ast_matchers::MatchFinder
/external/llvm-project/clang/unittests/Tooling/
DTransformerTest.cpp153 clang::ast_matchers::MatchFinder MatchFinder; member in __anon0b0f102b0111::ClangRefactoringTestBase