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.cpp198 QualType CXXDerivedObjectRegion::getValueType() const { in getValueType()
441 void CXXDerivedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion()
448 void CXXDerivedObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
534 void CXXDerivedObjectRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
719 bool CXXDerivedObjectRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr()
723 void CXXDerivedObjectRegion::printPrettyAsExpr(raw_ostream &os) const { in printPrettyAsExpr()
1340 const CXXDerivedObjectRegion *
1343 return getSubRegion<CXXDerivedObjectRegion>(RD, Super); in getCXXDerivedObjectRegion()
H A DStore.cpp289 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.h1378 class CXXDerivedObjectRegion : public TypedValueRegion {
1383 CXXDerivedObjectRegion(const CXXRecordDecl *DerivedD, const SubRegion *SReg) in CXXDerivedObjectRegion() function
1603 const CXXDerivedObjectRegion *