Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h466 DeclContext *getNonTransparentDeclContext();
467 const DeclContext *getNonTransparentDeclContext() const { in getNonTransparentDeclContext() function
468 return const_cast<Decl *>(this)->getNonTransparentDeclContext(); in getNonTransparentDeclContext()
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1212 DeclContext *Decl::getNonTransparentDeclContext() { in getNonTransparentDeclContext() function in Decl
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp322 Function->getNonTransparentDeclContext()->isFileContext() && in HandleFunction()
410 Rec->getNonTransparentDeclContext()->isFileContext()) { in HandleRecordDecl()
H A DSemaTemplateInstantiateDecl.cpp6218 FD->getNonTransparentDeclContext()->isFileContext()) { in FindInstantiatedDecl()
H A DSemaDeclCXX.cpp11922 TemplateClass->getNonTransparentDeclContext())) in isStdInitializerList()