Searched refs:StaticDecl (Results 1 – 4 of 4) sorted by relevance
224 const CXXRecordDecl *StaticDecl, in getOverridingFunction() argument227 assert(StaticDecl); in getOverridingFunction()247 if (Base == StaticDecl || Base->isDerivedFrom(StaticDecl)) { in getOverridingFunction()
90 const CXXRecordDecl *StaticDecl,
2591 const auto *StaticDecl = cast<CXXRecordDecl>(Func->getParentDecl()); in CallVirt() local2594 DynamicDecl, StaticDecl, InitialFunction); in CallVirt()
192 const Decl *StaticDecl = Call->getDecl(); in wasDifferentDeclUsedForInlining() local194 if (!StaticDecl) in wasDifferentDeclUsedForInlining()196 return RuntimeCallee->getCanonicalDecl() != StaticDecl->getCanonicalDecl(); in wasDifferentDeclUsedForInlining()