Home
last modified time | relevance | path

Searched refs:cxxRecordDecl (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DOSObjectCStyleCast.cpp101 hasTypePointingTo(cxxRecordDecl(isDerivedFrom("OSMetaClassBase"))); in checkASTCodeBody()
103 cxxRecordDecl(isDerivedFrom("OSObject")).bind(WarnRecordDecl)); in checkASTCodeBody()
DNumberObjectConversionChecker.cpp212 cxxRecordDecl(hasName("OSBoolean")), in checkASTCodeBody()
213 cxxRecordDecl(hasName("OSNumber")) in checkASTCodeBody()
DPointerSortingChecker.cpp83 hasType(cxxRecordDecl(has( in matchSortWithPointers()
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/
DGtestMatchers.cpp43 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
DASTMatchersInternal.cpp746 const internal::VariadicDynCastAllOfMatcher<Decl, CXXRecordDecl> cxxRecordDecl; variable
/openbsd/src/gnu/llvm/clang/lib/Tooling/Transformer/
DSourceCodeBuilders.cpp68 recordType(hasDeclaration(cxxRecordDecl(hasAnyName( in isKnownPointerLikeType()
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DExprMutationAnalyzer.cpp119 return cxxRecordDecl( in __anon629738bf0602()
488 pointee(hasDeclaration(cxxRecordDecl(HasAnyNonConstIterator))))))))); in findRangeLoopMutation()
DRetainSummaryManager.cpp145 cxxRecordDecl(isSameOrDerivedFrom(std::string(ClassName))); in isSubclass()
152 cxxRecordDecl(hasName(std::string(ClassName))); in isExactClass()
/openbsd/src/gnu/llvm/clang/docs/
DLibASTImporter.rst109 auto Matcher = cxxRecordDecl(hasName("MyClass"));
231 auto Matcher = cxxRecordDecl(hasName("MyClass"));
447 auto Matcher = cxxRecordDecl(hasName("Y"));
468 cxxRecordDecl(hasName("Y"), isDefinition()), ToUnit);
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp203 REGISTER_MATCHER(cxxRecordDecl); in RegistryMaps()
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/
DASTMatchers.h442 cxxRecordDecl;
6479 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION()
6500 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION()