Lines Matching refs:getDecl
94 const RecordDecl *RD = RT->getDecl(); in isCallback()
120 if (!getDecl()) in hasNonNullArgumentsWithType()
146 const auto *FD = dyn_cast_or_null<FunctionDecl>(getDecl()); in isGlobalCFunction()
154 const Decl *D = getDecl(); in getCalleeAnalysisDeclContext()
239 if (const Decl *callee = getDecl()) in invalidateRegions()
297 const Decl *D = getDecl(); in getProgramPoint()
336 if (const Decl *D = getDecl()) { in dump()
393 return UT && UT->getDecl()->hasAttr<TransparentUnionAttr>(); in isTransparentUnion()
495 const FunctionDecl *D = getDecl(); in parameters()
502 const FunctionDecl *FD = getDecl(); in getRuntimeDefinition()
526 const Decl* Decl = AD->getDecl(); in getRuntimeDefinition()
558 const auto *D = cast<FunctionDecl>(CalleeCtx->getDecl()); in getInitialStackFrameContents()
568 const FunctionDecl *D = getDecl(); in argumentsMayEscape()
625 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl() function in SimpleFunctionCall
633 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
636 return AnyFunctionCall::getDecl(); in getDecl()
651 if (const auto *D = cast_or_null<CXXMethodDecl>(getDecl())) { in getExtraInvalidatedValues()
689 const Decl *D = getDecl(); in getRuntimeDefinition()
762 const auto *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getInitialStackFrameContents()
767 if (MD->getCanonicalDecl() != getDecl()->getCanonicalDecl()) { in getInitialStackFrameContents()
779 const CXXMethodDecl *StaticMD = cast<CXXMethodDecl>(getDecl()); in getInitialStackFrameContents()
820 const BlockDecl *D = getDecl(); in parameters()
838 auto *LambdaOperatorDecl = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getInitialStackFrameContents()
849 Params = cast<BlockDecl>(CalleeCtx->getDecl())->parameters(); in getInitialStackFrameContents()
879 const auto *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getInitialStackFrameContents()
909 const ObjCMethodDecl *D = getDecl(); in parameters()
1059 const ObjCMethodDecl *MD = getDecl(); in getAccessedProperty()
1324 const auto *D = cast<ObjCMethodDecl>(CalleeCtx->getDecl()); in getInitialStackFrameContents()
1373 const auto *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getCaller()
1396 const auto *Dtor = cast<CXXDestructorDecl>(CalleeCtx->getDecl()); in getCaller()