Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h548 CXXRecordDecl *getMostRecentNonInjectedDecl() { in getMostRecentNonInjectedDecl() function
558 const CXXRecordDecl *getMostRecentNonInjectedDecl() const { in getMostRecentNonInjectedDecl() function
559 return const_cast<CXXRecordDecl*>(this)->getMostRecentNonInjectedDecl(); in getMostRecentNonInjectedDecl()
H A DDeclTemplate.h1890 getMostRecentNonInjectedDecl());
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1810 ->getMostRecentNonInjectedDecl(), in mangleTemplateArg()
1818 MD->getParent()->getMostRecentNonInjectedDecl(), MD, in mangleTemplateArg()
H A DType.cpp5348 return RD->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2921 RD = RD->getMostRecentNonInjectedDecl(); in EmitMemberPointer()
2966 const CXXRecordDecl *RD = MD->getParent()->getMostRecentNonInjectedDecl(); in EmitMemberFunctionPointer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9317 RD = RD->getMostRecentNonInjectedDecl(); in assignInheritanceModel()