Searched refs:CaptureGlueInputMatcher (Results 1 – 3 of 3) sorted by relevance
140 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl()
318 class CaptureGlueInputMatcher : public Matcher {320 CaptureGlueInputMatcher() : Matcher(CaptureGlueInput) {} in CaptureGlueInputMatcher() function
451 AddMatcher(new CaptureGlueInputMatcher()); in EmitOperatorMatchCode()