Home
last modified time | relevance | path

Searched refs:isRefCounted (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp117 if (isRefCounted(Class)) in isUncounted()
168 bool isRefCounted(const CXXRecordDecl *R) { in isRefCounted() function
H A DPtrTypesSemantics.h39 bool isRefCounted(const clang::CXXRecordDecl *Class);
H A DNoUncountedMembersChecker.cpp117 return isRefCounted(CXXRD); in shouldSkipDecl()
H A DUncountedLocalVarsChecker.cpp200 (isRefCounted(MaybeGuardianArgCXXRecord) || in visitVarDecl()