Home
last modified time | relevance | path

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

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