Searched refs:MatchCallback (Results 1 – 7 of 7) sorted by relevance
92 class MatchCallback {94 virtual ~MatchCallback();156 MatchCallback *Action);158 MatchCallback *Action);160 MatchCallback *Action);162 MatchCallback *Action);164 MatchCallback *Action);166 MatchCallback *Action);168 MatchCallback *Action);170 MatchCallback *Action);[all …]
37 typedef MatchFinder::MatchCallback MatchCallback; typedef436 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()446 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()795 SetCallbackAndRawNode(const MatchCallback *CB, const NodeType &N) { \816 const MatchCallback *getCallback() const { return Callback.getPointer(); } in getCallback()849 llvm::PointerIntPair<const MatchCallback *, 1> Callback;863 CurMatchRAII(MatchASTVisitor &MV, const MatchCallback *CB, in CurMatchRAII()927 const MatchCallback *CB = State.getCallback(); in print()1265 MatchFinder::MatchCallback *Callback) in MatchVisitor()1277 MatchFinder::MatchCallback* Callback;[all …]
40 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
63 class Transformer : public ast_matchers::MatchFinder::MatchCallback {
51 class Callback : public MatchFinder::MatchCallback {
268 class ApplyRuleCallback : public MatchFinder::MatchCallback {
1393 struct GadgetFinderCallback : MatchFinder::MatchCallback { in findGadgets()