Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp367 Context::getOverridingFunction(const CXXRecordDecl *DynamicDecl, in getOverridingFunction() argument
370 assert(DynamicDecl); in getOverridingFunction()
374 const CXXRecordDecl *CurRecord = DynamicDecl; in getOverridingFunction()
H A DContext.h91 getOverridingFunction(const CXXRecordDecl *DynamicDecl,
H A DInterp.cpp1581 const CXXRecordDecl *DynamicDecl = nullptr; in CallVirt() local
1589 DynamicDecl = DynamicType->getPointeeCXXRecordDecl(); in CallVirt()
1591 DynamicDecl = DynamicType->getAsCXXRecordDecl(); in CallVirt()
1593 assert(DynamicDecl); in CallVirt()
1598 DynamicDecl, StaticDecl, InitialFunction); in CallVirt()