Home
last modified time | relevance | path

Searched refs:isSmartPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h63 bool isSmartPtr(const clang::CXXRecordDecl *Class);
H A DRawPtrRefMemberChecker.cpp266 if (CXXRD && isSmartPtr(CXXRD)) in shouldSkipDecl()
H A DPtrTypesSemantics.cpp448 bool isSmartPtr(const CXXRecordDecl *R) { in isSmartPtr() function