Searched refs:hasTypePointingTo (Results 1 – 2 of 2) sorted by relevance
94 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo() function106 hasSourceExpression(hasTypePointingTo(cxxRecordDecl().bind(BaseNode))), in checkASTCodeBody()107 hasTypePointingTo(cxxRecordDecl(isDerivedFrom(equalsBoundNode(BaseNode))) in checkASTCodeBody()110 hasTypePointingTo(templateTypeParmDecl())))); in checkASTCodeBody()139 hasTypePointingTo(cxxRecordDecl().bind(FromCastNode))), in checkASTCodeBody()140 hasTypePointingTo(cxxRecordDecl().bind(ToCastNode)), in checkASTCodeBody()141 unless(anyOf(hasTypePointingTo(cxxRecordDecl( in checkASTCodeBody()143 hasSourceExpression(hasTypePointingTo(cxxRecordDecl( in checkASTCodeBody()
76 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo() function101 hasTypePointingTo(cxxRecordDecl(isDerivedFrom("OSMetaClassBase"))); in checkASTCodeBody()102 auto OSObjSubclassM = hasTypePointingTo( in checkASTCodeBody()