Searched refs:DeclM (Results 1 – 1 of 1) sorted by relevance
76 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo() argument77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()