Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h183 const CXXRecordDecl *getParentDecl() const { in getParentDecl() function
H A DInterp.cpp1382 if (Func->getParentDecl()->isInvalidDecl()) in checkConstructor()
1395 << Func->getParentDecl(); in checkConstructor()
1595 const auto *StaticDecl = cast<CXXRecordDecl>(Func->getParentDecl()); in CallVirt()
1613 if (Func->getParentDecl()->isDerivedFrom(ThisFieldDecl)) { in CallVirt()
1993 T = Func->getParentDecl()->getTypeForDecl(); in GetTypeidPtr()