Home
last modified time | relevance | path

Searched refs:CXXDerivedObjectRegion (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp189 QualType CXXDerivedObjectRegion::getValueType() const { in getValueType()
432 void CXXDerivedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion()
439 void CXXDerivedObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
525 void CXXDerivedObjectRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
710 bool CXXDerivedObjectRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr()
714 void CXXDerivedObjectRegion::printPrettyAsExpr(raw_ostream &os) const { in printPrettyAsExpr()
1293 const CXXDerivedObjectRegion *
1296 return getSubRegion<CXXDerivedObjectRegion>(RD, Super); in getCXXDerivedObjectRegion()
H A DStore.cpp287 dyn_cast<CXXDerivedObjectRegion>(DerivedReg)) { in evalDerivedToBase()
H A DRegionStore.cpp67 isa<ObjCIvarRegion, CXXDerivedObjectRegion>(r)) && in BindingKey()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def70 REGION(CXXDerivedObjectRegion, TypedValueRegion)
H A DMemRegion.h1350 class CXXDerivedObjectRegion : public TypedValueRegion {
1355 CXXDerivedObjectRegion(const CXXRecordDecl *DerivedD, const SubRegion *SReg) in CXXDerivedObjectRegion() function
1575 const CXXDerivedObjectRegion *