Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h465 DeclContext *getNonTransparentDeclContext();
466 const DeclContext *getNonTransparentDeclContext() const { in getNonTransparentDeclContext() function
467 return const_cast<Decl *>(this)->getNonTransparentDeclContext(); in getNonTransparentDeclContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1148 DeclContext *Decl::getNonTransparentDeclContext() { in getNonTransparentDeclContext() function in Decl
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp222 Function->getNonTransparentDeclContext()->isFileContext() && in HandleFunction()
282 Rec->getNonTransparentDeclContext()->isFileContext()) { in HandleRecordDecl()
H A DSemaTemplateInstantiateDecl.cpp6264 FD->getNonTransparentDeclContext()->isFileContext()) { in FindInstantiatedDecl()