Searched refs:StaticDecl (Results 1 – 4 of 4) sorted by relevance
368 const CXXRecordDecl *StaticDecl, in getOverridingFunction() argument371 assert(StaticDecl); in getOverridingFunction()391 if (Base == StaticDecl || Base->isDerivedFrom(StaticDecl)) { in getOverridingFunction()
92 const CXXRecordDecl *StaticDecl,
1595 const auto *StaticDecl = cast<CXXRecordDecl>(Func->getParentDecl()); in CallVirt() local1598 DynamicDecl, StaticDecl, InitialFunction); in CallVirt()
188 const Decl *StaticDecl = Call->getDecl(); in wasDifferentDeclUsedForInlining() local190 if (!StaticDecl) in wasDifferentDeclUsedForInlining()192 return RuntimeCallee->getCanonicalDecl() != StaticDecl->getCanonicalDecl(); in wasDifferentDeclUsedForInlining()