Home
last modified time | relevance | path

Searched refs:DynamicDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDContext.cpp223 Context::getOverridingFunction(const CXXRecordDecl *DynamicDecl, in getOverridingFunction() argument
226 assert(DynamicDecl); in getOverridingFunction()
230 const CXXRecordDecl *CurRecord = DynamicDecl; in getOverridingFunction()
HDContext.h89 getOverridingFunction(const CXXRecordDecl *DynamicDecl,
HDInterp.h2586 const CXXRecordDecl *DynamicDecl; in CallVirt() local
2588 DynamicDecl = DynamicType->getPointeeCXXRecordDecl(); in CallVirt()
2590 DynamicDecl = ThisPtr.getDeclDesc()->getType()->getAsCXXRecordDecl(); in CallVirt()
2594 DynamicDecl, StaticDecl, InitialFunction); in CallVirt()