Searched refs:getNonTransparentDeclContext (Results 1 – 4 of 4) sorted by relevance
453 DeclContext *getNonTransparentDeclContext();454 const DeclContext *getNonTransparentDeclContext() const { in getNonTransparentDeclContext() function455 return const_cast<Decl *>(this)->getNonTransparentDeclContext(); in getNonTransparentDeclContext()
1051 DeclContext *Decl::getNonTransparentDeclContext() { in getNonTransparentDeclContext() function in Decl
204 Function->getNonTransparentDeclContext()->isFileContext() && in HandleFunction()236 Rec->getNonTransparentDeclContext()->isFileContext()) { in HandleRecordDecl()
6162 FD->getNonTransparentDeclContext()->isFileContext()) { in FindInstantiatedDecl()