Lines Matching defs:getDecl
187 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; }
190 return getDecl()->getType();
194 return QualType(getDecl()->getTypeForDecl(), 0);
198 return QualType(getDecl()->getTypeForDecl(), 0);
202 assert(getDecl() &&
205 return getDecl()->getType();
208 const ParmVarDecl *ParamVarRegion::getDecl() const {
209 const Decl *D = getStackFrame()->getDecl();
300 ProfileRegion(ID, getDecl(), superRegion);
312 ProfileRegion(ID, getDecl(), superRegion);
324 ProfileRegion(ID, getDecl(), superRegion);
437 ProfileRegion(ID, getDecl(), isVirtual(), superRegion);
448 ProfileRegion(ID, getDecl(), superRegion);
493 os << "code{" << getDecl()->getDeclName().getAsString() << '}';
530 os << "Base{" << superRegion << ',' << getDecl()->getName() << '}';
534 os << "Derived{" << superRegion << ',' << getDecl()->getName() << '}';
547 os << superRegion << "." << *getDecl();
551 os << "Ivar{" << superRegion << ',' << *getDecl() << '}';
622 const ParmVarDecl *PVD = getDecl();
666 os << getDecl()->getName();
672 assert(getDecl() &&
675 os << getDecl()->getName();
683 os << getDecl()->getName();
697 os << "." << getDecl()->getName();
706 os << "field " << "\'" << getDecl()->getName() << "'";
781 return QuoteIfNeeded(Super + "." + FR->getDecl()->getName());
791 return FR->getDecl()->getSourceRange();
795 return VR->getDecl()->getSourceRange();
841 if (cast<FieldRegion>(SR)->getDecl()->isBitField())
1005 if (cast<DeclContext>(SFC->getDecl()) == DC)
1014 if (VR->getDecl() == VD)
1033 const Decl *D = SFC->getDecl();
1089 const Decl *STCD = STC->getDecl();
1149 const BlockDecl *BD = BC->getDecl();
1329 const auto *D = dyn_cast<CXXMethodDecl>(LC->getDecl());
1336 D = dyn_cast<CXXMethodDecl>(LC->getDecl());
1583 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl()))
1586 if (!isImmediateBase(Child, BOR->getDecl()))
1600 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl());
1602 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl());
1647 const RecordDecl *RD = FR->getDecl()->getParent();
1666 if (FR->getDecl() == *FI)
1721 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl());