|
clang 24.0.0git
|
This is the complete list of members for clang::PtrRefSafetyModel, including all inherited members.
| isPtrType(const std::string &Name) const =0 | clang::PtrRefSafetyModel | pure virtual |
| isSafeDecl(const Decl *, const SourceManager &) const | clang::PtrRefSafetyModel | inlinevirtual |
| isSafeExpr(const Expr *) const | clang::PtrRefSafetyModel | inlinevirtual |
| isSafePtr(const CXXRecordDecl *Record) const =0 | clang::PtrRefSafetyModel | pure virtual |
| isSafePtrType(QualType T) const =0 | clang::PtrRefSafetyModel | pure virtual |
| isUnsafePtr(QualType QT, bool IgnoreARC=false) const =0 | clang::PtrRefSafetyModel | pure virtual |
| isUnsafeType(QualType QT) const =0 | clang::PtrRefSafetyModel | pure virtual |
| retainTypeChecker() const | clang::PtrRefSafetyModel | inlinevirtual |
| typeName() const =0 | clang::PtrRefSafetyModel | pure virtual |
| ~PtrRefSafetyModel()=default | clang::PtrRefSafetyModel | virtual |