Searched refs:DebugCommentAction (Results 1 – 4 of 4) sorted by relevance
2338 class DebugCommentAction : public MatchAction {2343 DebugCommentAction(StringRef S) : MatchAction(AK_DebugComment), S(S.str()) {} in DebugCommentAction() function
1398 RM.addAction<DebugCommentAction>(Comment); in addRuleMatcher()
2056 M.addAction<DebugCommentAction>(llvm::to_string(P.getSrcPattern()) + in runOnPattern()