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