Searched refs:CaptureGlueInputMatcher (Results 1 – 3 of 3) sorted by relevance
136 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
312 class CaptureGlueInputMatcher : public Matcher {314 CaptureGlueInputMatcher() : Matcher(CaptureGlueInput) {} in CaptureGlueInputMatcher() function
445 AddMatcher(new CaptureGlueInputMatcher()); in EmitOperatorMatchCode()