Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1212 DeclContext *Decl::getNonTransparentDeclContext() { in getNonTransparentDeclContext() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp320 Function->getNonTransparentDeclContext()->isFileContext() && in HandleFunction()
408 Rec->getNonTransparentDeclContext()->isFileContext()) { in HandleRecordDecl()
H A DSemaTemplateInstantiateDecl.cpp6216 FD->getNonTransparentDeclContext()->isFileContext()) { in FindInstantiatedDecl()