Home
last modified time | relevance | path

Searched refs:getMostRecentNonInjectedDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h549 CXXRecordDecl *getMostRecentNonInjectedDecl() { in getMostRecentNonInjectedDecl() function
560 const CXXRecordDecl *getMostRecentNonInjectedDecl() const { in getMostRecentNonInjectedDecl() function
561 return const_cast<CXXRecordDecl*>(this)->getMostRecentNonInjectedDecl(); in getMostRecentNonInjectedDecl()
H A DDeclTemplate.h1875 getMostRecentNonInjectedDecl());
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1673 ->getMostRecentNonInjectedDecl(), in mangleTemplateArg()
1679 MD->getParent()->getMostRecentNonInjectedDecl(), MD); in mangleTemplateArg()
H A DType.cpp2350 RD = RD->getMostRecentNonInjectedDecl(); in isIncompleteType()
4803 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2916 RD = RD->getMostRecentNonInjectedDecl(); in EmitMemberPointer()
2961 const CXXRecordDecl *RD = MD->getParent()->getMostRecentNonInjectedDecl(); in EmitMemberFunctionPointer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9358 RD = RD->getMostRecentNonInjectedDecl(); in assignInheritanceModel()