Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h527 CXXRecordDecl *getMostRecentNonInjectedDecl() { in getMostRecentNonInjectedDecl() function
538 const CXXRecordDecl *getMostRecentNonInjectedDecl() const { in getMostRecentNonInjectedDecl() function
539 return const_cast<CXXRecordDecl*>(this)->getMostRecentNonInjectedDecl(); in getMostRecentNonInjectedDecl()
H A DDeclTemplate.h1909 getMostRecentNonInjectedDecl());
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp1591 ->getMostRecentNonInjectedDecl(), in mangleTemplateArg()
1597 MD->getParent()->getMostRecentNonInjectedDecl(), MD); in mangleTemplateArg()
H A DType.cpp2285 RD = RD->getMostRecentNonInjectedDecl(); in isIncompleteType()
4448 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2894 RD = RD->getMostRecentNonInjectedDecl(); in EmitMemberPointer()
2939 const CXXRecordDecl *RD = MD->getParent()->getMostRecentNonInjectedDecl(); in EmitMemberFunctionPointer()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp8766 RD = RD->getMostRecentNonInjectedDecl(); in assignInheritanceModel()