Home
last modified time | relevance | path

Searched refs:MatchCallback (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h91 class MatchCallback {
93 virtual ~MatchCallback();
149 MatchCallback *Action);
151 MatchCallback *Action);
153 MatchCallback *Action);
155 MatchCallback *Action);
157 MatchCallback *Action);
159 MatchCallback *Action);
171 MatchCallback *Action);
202 std::vector<std::pair<internal::DynTypedMatcher, MatchCallback *>>
[all …]
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp35 typedef MatchFinder::MatchCallback MatchCallback; typedef
312 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()
322 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()
698 MatchFinder::MatchCallback* Callback) in MatchVisitor()
708 MatchFinder::MatchCallback* Callback;
905 MatchFinder::MatchCallback::~MatchCallback() {} in ~MatchCallback()
914 MatchCallback *Action) { in addMatcher()
920 MatchCallback *Action) { in addMatcher()
926 MatchCallback *Action) { in addMatcher()
932 MatchCallback *Action) { in addMatcher()
[all …]
/external/clang/include/clang/Tooling/
DRefactoringCallbacks.h41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
/external/clang/unittests/AST/
DNamedDeclPrinterTest.cpp31 class PrintMatch : public MatchFinder::MatchCallback {
DStmtPrinterTest.cpp40 class PrintMatch : public MatchFinder::MatchCallback {
DMatchVerifier.h42 class MatchVerifier : public MatchFinder::MatchCallback {
DDeclPrinterTest.cpp40 class PrintMatch : public MatchFinder::MatchCallback {
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h38 class VerifyMatch : public MatchFinder::MatchCallback {
DASTMatchersTest.cpp4475 struct NamedCallback : public MatchFinder::MatchCallback { in TEST()
4488 class VerifyStartOfTranslationUnit : public MatchFinder::MatchCallback {
4514 class VerifyEndOfTranslationUnit : public MatchFinder::MatchCallback {
/external/clang/docs/
DLibASTMatchersTutorial.rst264 ``MatchCallback`` and registered with a ``MatchFinder`` object, then run
281 class LoopPrinter : public MatchFinder::MatchCallback {
/external/icu/icu4c/source/test/cintltst/
Dreapits.c2255 static UBool U_CALLCONV MatchCallback(const void *context, int32_t steps) { in MatchCallback() function
2297 uregex_setMatchCallback(re, MatchCallback, NULL, &status); in TestBug10815()