Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h519 CXXRecordDecl *getMostRecentNonInjectedDecl() { in getMostRecentNonInjectedDecl() function
530 const CXXRecordDecl *getMostRecentNonInjectedDecl() const { in getMostRecentNonInjectedDecl() function
531 return const_cast<CXXRecordDecl*>(this)->getMostRecentNonInjectedDecl(); in getMostRecentNonInjectedDecl()
DDeclTemplate.h1878 getMostRecentNonInjectedDecl());
/external/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp1496 ->getMostRecentNonInjectedDecl(), in mangleTemplateArg()
1502 MD->getParent()->getMostRecentNonInjectedDecl(), MD); in mangleTemplateArg()
DType.cpp2256 RD = RD->getMostRecentNonInjectedDecl(); in isIncompleteType()
4367 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2790 RD = RD->getMostRecentNonInjectedDecl(); in EmitMemberPointer()
2835 const CXXRecordDecl *RD = MD->getParent()->getMostRecentNonInjectedDecl(); in EmitMemberFunctionPointer()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp8542 RD = RD->getMostRecentNonInjectedDecl(); in assignInheritanceModel()