Searched refs:getNonTransparentDeclContext (Results 1 – 6 of 6) sorted by relevance
463 DeclContext *getNonTransparentDeclContext();464 const DeclContext *getNonTransparentDeclContext() const { in getNonTransparentDeclContext() function465 return const_cast<Decl *>(this)->getNonTransparentDeclContext(); in getNonTransparentDeclContext()
1244 DeclContext *Decl::getNonTransparentDeclContext() { in getNonTransparentDeclContext() function in Decl
336 Function->getNonTransparentDeclContext()->isFileContext() && in HandleFunction()427 Rec->getNonTransparentDeclContext()->isFileContext()) { in HandleRecordDecl()
6903 FD->getNonTransparentDeclContext()->isFileContext()) { in FindInstantiatedDecl()
12183 TemplateClass->getNonTransparentDeclContext())) in isStdClassTemplate()
4264 if (auto *Parent = dyn_cast<NamedDecl>(D->getNonTransparentDeclContext()); in isModuleLocalDecl()4265 Parent && !D->getNonTransparentDeclContext()->isFileContext()) in isModuleLocalDecl()4297 if (!D->getNonTransparentDeclContext()->isFileContext()) in isTULocalInNamedModules()