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.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.h1876 getMostRecentNonInjectedDecl());
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1770 ->getMostRecentNonInjectedDecl(), in mangleTemplateArg()
1778 MD->getParent()->getMostRecentNonInjectedDecl(), MD, in mangleTemplateArg()
H A DType.cpp2421 RD = RD->getMostRecentNonInjectedDecl(); in isIncompleteType()
5048 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2929 RD = RD->getMostRecentNonInjectedDecl(); in EmitMemberPointer()
2974 const CXXRecordDecl *RD = MD->getParent()->getMostRecentNonInjectedDecl(); in EmitMemberFunctionPointer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9032 RD = RD->getMostRecentNonInjectedDecl(); in assignInheritanceModel()