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

Lines Matching refs:getDecl

111     const RecordDecl *RD = RT->getDecl();
137 if (!getDecl())
163 const auto *FD = dyn_cast_or_null<FunctionDecl>(getDecl());
171 const Decl *D = getDecl();
256 if (const Decl *callee = getDecl())
314 const Decl *D = getDecl();
331 const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(getDecl());
412 if (const Decl *D = getDecl()) {
535 const FunctionDecl *D = getDecl();
542 const FunctionDecl *FD = getDecl();
559 const Decl* Decl = AD->getDecl();
590 const auto *D = cast<FunctionDecl>(CalleeCtx->getDecl());
600 const FunctionDecl *D = getDecl();
657 const FunctionDecl *SimpleFunctionCall::getDecl() const {
665 const FunctionDecl *CXXInstanceCall::getDecl() const {
668 return AnyFunctionCall::getDecl();
683 if (const auto *D = cast_or_null<CXXMethodDecl>(getDecl())) {
721 const Decl *D = getDecl();
794 const auto *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
799 if (MD->getCanonicalDecl() != getDecl()->getCanonicalDecl()) {
811 const CXXMethodDecl *StaticMD = cast<CXXMethodDecl>(getDecl());
851 const BlockDecl *D = getDecl();
869 auto *LambdaOperatorDecl = cast<CXXMethodDecl>(CalleeCtx->getDecl());
880 Params = cast<BlockDecl>(CalleeCtx->getDecl())->parameters();
910 const auto *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
940 const ObjCMethodDecl *D = getDecl();
1090 const ObjCMethodDecl *MD = getDecl();
1355 const auto *D = cast<ObjCMethodDecl>(CalleeCtx->getDecl());
1404 const auto *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl());
1427 const auto *Dtor = cast<CXXDestructorDecl>(CalleeCtx->getDecl());