Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h533 CXXRecordDecl *getMostRecentNonInjectedDecl() { in getMostRecentNonInjectedDecl() function
544 const CXXRecordDecl *getMostRecentNonInjectedDecl() const { in getMostRecentNonInjectedDecl() function
545 return const_cast<CXXRecordDecl*>(this)->getMostRecentNonInjectedDecl(); in getMostRecentNonInjectedDecl()
H A DDeclTemplate.h1906 getMostRecentNonInjectedDecl());
/openbsd/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp1595 ->getMostRecentNonInjectedDecl(), in mangleTemplateArg()
1601 MD->getParent()->getMostRecentNonInjectedDecl(), MD); in mangleTemplateArg()
H A DType.cpp2309 RD = RD->getMostRecentNonInjectedDecl(); in isIncompleteType()
4530 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2907 RD = RD->getMostRecentNonInjectedDecl(); in EmitMemberPointer()
2952 const CXXRecordDecl *RD = MD->getParent()->getMostRecentNonInjectedDecl(); in EmitMemberFunctionPointer()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp8868 RD = RD->getMostRecentNonInjectedDecl(); in assignInheritanceModel()