Searched refs:MatchCallback (Results 1 – 11 of 11) sorted by relevance
91 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 …]
35 typedef MatchFinder::MatchCallback MatchCallback; typedef312 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 …]
41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
31 class PrintMatch : public MatchFinder::MatchCallback {
40 class PrintMatch : public MatchFinder::MatchCallback {
42 class MatchVerifier : public MatchFinder::MatchCallback {
38 class VerifyMatch : public MatchFinder::MatchCallback {
4475 struct NamedCallback : public MatchFinder::MatchCallback { in TEST()4488 class VerifyStartOfTranslationUnit : public MatchFinder::MatchCallback {4514 class VerifyEndOfTranslationUnit : public MatchFinder::MatchCallback {
264 ``MatchCallback`` and registered with a ``MatchFinder`` object, then run281 class LoopPrinter : public MatchFinder::MatchCallback {
2255 static UBool U_CALLCONV MatchCallback(const void *context, int32_t steps) { in MatchCallback() function2297 uregex_setMatchCallback(re, MatchCallback, NULL, &status); in TestBug10815()