Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp223 Context::getOverridingFunction(const CXXRecordDecl *DynamicDecl, in getOverridingFunction() argument
226 assert(DynamicDecl); in getOverridingFunction()
230 const CXXRecordDecl *CurRecord = DynamicDecl; in getOverridingFunction()
H A DContext.h89 getOverridingFunction(const CXXRecordDecl *DynamicDecl,
H A DInterp.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()