Searched refs:CXXDerivedObjectRegion (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp227 QualType CXXDerivedObjectRegion::getValueType() const {
410 void CXXDerivedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
417 void CXXDerivedObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const {
495 void CXXDerivedObjectRegion::dumpToStream(raw_ostream &os) const {
651 bool CXXDerivedObjectRegion::canPrintPrettyAsExpr() const {
655 void CXXDerivedObjectRegion::printPrettyAsExpr(raw_ostream &os) const {
1093 const CXXDerivedObjectRegion *
1096 return getSubRegion<CXXDerivedObjectRegion>(RD, Super);
1394 // TODO: Store the base type in the CXXDerivedObjectRegion and use it.
H A DStore.cpp285 dyn_cast<CXXDerivedObjectRegion>(DerivedReg)) {
378 // CXXDerivedObjectRegion to represent the cast. If it's a pointer to an
H A DRegionStore.cpp66 isa <CXXDerivedObjectRegion>(r)) &&
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1186 // CXXDerivedObjectRegion represents a derived-class object that surrounds
1191 class CXXDerivedObjectRegion : public TypedValueRegion { class in namespace:clang::ento
1196 CXXDerivedObjectRegion(const CXXRecordDecl *DerivedD, const SubRegion *SReg) function in class:clang::ento::CXXDerivedObjectRegion
1382 /// Create a CXXDerivedObjectRegion with the given derived class for region
1386 const CXXDerivedObjectRegion *

Completed in 132 milliseconds