Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h463 DeclContext *getNonTransparentDeclContext();
464 const DeclContext *getNonTransparentDeclContext() const { in getNonTransparentDeclContext() function
465 return const_cast<Decl *>(this)->getNonTransparentDeclContext(); in getNonTransparentDeclContext()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1244 DeclContext *Decl::getNonTransparentDeclContext() { in getNonTransparentDeclContext() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp336 Function->getNonTransparentDeclContext()->isFileContext() && in HandleFunction()
427 Rec->getNonTransparentDeclContext()->isFileContext()) { in HandleRecordDecl()
H A DSemaTemplateInstantiateDecl.cpp6903 FD->getNonTransparentDeclContext()->isFileContext()) { in FindInstantiatedDecl()
H A DSemaDeclCXX.cpp12183 TemplateClass->getNonTransparentDeclContext())) in isStdClassTemplate()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4264 if (auto *Parent = dyn_cast<NamedDecl>(D->getNonTransparentDeclContext()); in isModuleLocalDecl()
4265 Parent && !D->getNonTransparentDeclContext()->isFileContext()) in isModuleLocalDecl()
4297 if (!D->getNonTransparentDeclContext()->isFileContext()) in isTULocalInNamedModules()