Searched refs:cxxRecordDecl (Results 1 – 11 of 11) sorted by relevance
101 hasTypePointingTo(cxxRecordDecl(isDerivedFrom("OSMetaClassBase"))); in checkASTCodeBody()103 cxxRecordDecl(isDerivedFrom("OSObject")).bind(WarnRecordDecl)); in checkASTCodeBody()
212 cxxRecordDecl(hasName("OSBoolean")), in checkASTCodeBody()213 cxxRecordDecl(hasName("OSNumber")) in checkASTCodeBody()
83 hasType(cxxRecordDecl(has( in matchSortWithPointers()
43 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
746 const internal::VariadicDynCastAllOfMatcher<Decl, CXXRecordDecl> cxxRecordDecl; variable
68 recordType(hasDeclaration(cxxRecordDecl(hasAnyName( in isKnownPointerLikeType()
119 return cxxRecordDecl( in __anon629738bf0602()488 pointee(hasDeclaration(cxxRecordDecl(HasAnyNonConstIterator))))))))); in findRangeLoopMutation()
145 cxxRecordDecl(isSameOrDerivedFrom(std::string(ClassName))); in isSubclass()152 cxxRecordDecl(hasName(std::string(ClassName))); in isExactClass()
109 auto Matcher = cxxRecordDecl(hasName("MyClass"));231 auto Matcher = cxxRecordDecl(hasName("MyClass"));447 auto Matcher = cxxRecordDecl(hasName("Y"));468 cxxRecordDecl(hasName("Y"), isDefinition()), ToUnit);
203 REGISTER_MATCHER(cxxRecordDecl); in RegistryMaps()
442 cxxRecordDecl;6479 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION()6500 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION()