Home
last modified time | relevance | path

Searched refs:getParentDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h146 const CXXRecordDecl *getParentDecl() const { in getParentDecl() function
H A DInterp.h2591 const auto *StaticDecl = cast<CXXRecordDecl>(Func->getParentDecl()); in CallVirt()
2609 if (Func->getParentDecl()->isDerivedFrom(ThisFieldDecl)) { in CallVirt()