Searched refs:getNonTransparentDeclContext (Results 1 – 4 of 4) sorted by relevance
465 DeclContext *getNonTransparentDeclContext();466 const DeclContext *getNonTransparentDeclContext() const { in getNonTransparentDeclContext() function467 return const_cast<Decl *>(this)->getNonTransparentDeclContext(); in getNonTransparentDeclContext()
1148 DeclContext *Decl::getNonTransparentDeclContext() { in getNonTransparentDeclContext() function in Decl
222 Function->getNonTransparentDeclContext()->isFileContext() && in HandleFunction()282 Rec->getNonTransparentDeclContext()->isFileContext()) { in HandleRecordDecl()
6264 FD->getNonTransparentDeclContext()->isFileContext()) { in FindInstantiatedDecl()