• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/

Lines Matching refs:getDecl

165 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; }
168 return getDecl()->getType();
172 return QualType(getDecl()->getTypeForDecl(), 0);
176 return QualType(getDecl()->getTypeForDecl(), 0);
180 assert(getDecl() &&
183 return getDecl()->getType();
186 const ParmVarDecl *ParamVarRegion::getDecl() const {
187 const Decl *D = getStackFrame()->getDecl();
278 ProfileRegion(ID, getDecl(), superRegion);
290 ProfileRegion(ID, getDecl(), superRegion);
302 ProfileRegion(ID, getDecl(), superRegion);
401 ProfileRegion(ID, getDecl(), isVirtual(), superRegion);
412 ProfileRegion(ID, getDecl(), superRegion);
457 os << "code{" << getDecl()->getDeclName().getAsString() << '}';
486 os << "Base{" << superRegion << ',' << getDecl()->getName() << '}';
490 os << "Derived{" << superRegion << ',' << getDecl()->getName() << '}';
503 os << superRegion << "." << *getDecl();
507 os << "Ivar{" << superRegion << ',' << *getDecl() << '}';
578 const ParmVarDecl *PVD = getDecl();
611 os << getDecl()->getName();
617 assert(getDecl() &&
620 os << getDecl()->getName();
628 os << getDecl()->getName();
642 os << "." << getDecl()->getName();
651 os << "field " << "\'" << getDecl()->getName() << "'";
717 return FR->getDecl()->getSourceRange();
721 return VR->getDecl()->getSourceRange();
773 if (cast<FieldRegion>(SR)->getDecl()->isBitField())
904 if (cast<DeclContext>(SFC->getDecl()) == DC)
915 if (VR->getDecl() == VD)
934 const Decl *D = SFC->getDecl();
1001 const Decl *STCD = STC->getDecl();
1056 const BlockDecl *BD = BC->getDecl();
1219 const auto *D = dyn_cast<CXXMethodDecl>(LC->getDecl());
1226 D = dyn_cast<CXXMethodDecl>(LC->getDecl());
1481 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl()))
1484 if (!isImmediateBase(Child, BOR->getDecl()))
1498 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl());
1500 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl());
1545 const RecordDecl *RD = FR->getDecl()->getParent();
1564 if (FR->getDecl() == *FI)
1619 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl());