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