Searched refs:DynamicDecl (Results 1 – 3 of 3) sorted by relevance
367 Context::getOverridingFunction(const CXXRecordDecl *DynamicDecl, in getOverridingFunction() argument370 assert(DynamicDecl); in getOverridingFunction()374 const CXXRecordDecl *CurRecord = DynamicDecl; in getOverridingFunction()
91 getOverridingFunction(const CXXRecordDecl *DynamicDecl,
1581 const CXXRecordDecl *DynamicDecl = nullptr; in CallVirt() local1589 DynamicDecl = DynamicType->getPointeeCXXRecordDecl(); in CallVirt()1591 DynamicDecl = DynamicType->getAsCXXRecordDecl(); in CallVirt()1593 assert(DynamicDecl); in CallVirt()1598 DynamicDecl, StaticDecl, InitialFunction); in CallVirt()