Lines Matching refs:getDecl

169 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; }  in getDecl()  function in ObjCIvarRegion
172 return getDecl()->getType(); in getValueType()
176 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
180 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
184 assert(getDecl() && in getValueType()
187 return getDecl()->getType(); in getValueType()
190 const ParmVarDecl *ParamVarRegion::getDecl() const { in getDecl() function in ParamVarRegion
191 const Decl *D = getStackFrame()->getDecl(); in getDecl()
282 ProfileRegion(ID, getDecl(), superRegion); in Profile()
294 ProfileRegion(ID, getDecl(), superRegion); in Profile()
306 ProfileRegion(ID, getDecl(), superRegion); in Profile()
405 ProfileRegion(ID, getDecl(), isVirtual(), superRegion); in Profile()
416 ProfileRegion(ID, getDecl(), superRegion); in Profile()
461 os << "code{" << getDecl()->getDeclName().getAsString() << '}'; in dumpToStream()
490 os << "Base{" << superRegion << ',' << getDecl()->getName() << '}'; in dumpToStream()
494 os << "Derived{" << superRegion << ',' << getDecl()->getName() << '}'; in dumpToStream()
507 os << superRegion << "." << *getDecl(); in dumpToStream()
511 os << "Ivar{" << superRegion << ',' << *getDecl() << '}'; in dumpToStream()
582 const ParmVarDecl *PVD = getDecl(); in dumpToStream()
615 os << getDecl()->getName(); in printPrettyAsExpr()
621 assert(getDecl() && in printPrettyAsExpr()
624 os << getDecl()->getName(); in printPrettyAsExpr()
632 os << getDecl()->getName(); in printPrettyAsExpr()
646 os << "." << getDecl()->getName(); in printPrettyAsExpr()
655 os << "field " << "\'" << getDecl()->getName() << "'"; in printPretty()
721 return FR->getDecl()->getSourceRange(); in sourceRange()
725 return VR->getDecl()->getSourceRange(); in sourceRange()
770 if (cast<FieldRegion>(SR)->getDecl()->isBitField()) in getStaticSize()
930 if (cast<DeclContext>(SFC->getDecl()) == DC) in getStackOrCaptureRegionForDeclContext()
941 if (VR->getDecl() == VD) in getStackOrCaptureRegionForDeclContext()
960 const Decl *D = SFC->getDecl(); in getVarRegion()
1016 const Decl *STCD = STC->getDecl(); in getVarRegion()
1073 const BlockDecl *BD = BC->getDecl(); in getBlockDataRegion()
1239 const auto *D = dyn_cast<CXXMethodDecl>(LC->getDecl()); in getCXXThisRegion()
1246 D = dyn_cast<CXXMethodDecl>(LC->getDecl()); in getCXXThisRegion()
1499 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl())) in calculateOffset()
1502 if (!isImmediateBase(Child, BOR->getDecl())) in calculateOffset()
1516 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl()); in calculateOffset()
1518 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl()); in calculateOffset()
1563 const RecordDecl *RD = FR->getDecl()->getParent(); in calculateOffset()
1582 if (FR->getDecl() == *FI) in calculateOffset()
1637 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl()); in LazyInitializeReferencedVars()