Searched refs:cxxRecordDecl (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp70 auto OSObjTypeM = hasTypePointingTo(cxxRecordDecl(isDerivedFrom("OSMetaClassBase")));
72 cxxRecordDecl(isDerivedFrom("OSObject")));
H A DPointerSortingChecker.cpp83 hasType(cxxRecordDecl(has(
H A DNumberObjectConversionChecker.cpp214 cxxRecordDecl(hasName("OSBoolean")),
215 cxxRecordDecl(hasName("OSNumber"))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp69 return cxxRecordDecl(
H A DRetainSummaryManager.cpp143 DeclarationMatcher SubclassM = cxxRecordDecl(isSameOrDerivedFrom(ClassName));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h16 // cxxRecordDecl(hasName("MyClass"))
27 // cxxRecordDecl(hasName("MyClass"), has(recordDecl().bind("child")))
226 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
247 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
272 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
391 cxxRecordDecl;
2518 /// cxxRecordDecl(eachOf(has(fieldDecl(hasName("a")).bind("v")),
2560 /// cxxRecordDecl(
2705 /// \c cxxRecordDecl(hasMethod(hasOverloadedOperatorName("*")))
2871 /// \c cxxRecordDecl(hasMetho
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp622 const internal::VariadicDynCastAllOfMatcher<Decl, CXXRecordDecl> cxxRecordDecl; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp188 REGISTER_MATCHER(cxxRecordDecl);

Completed in 112 milliseconds