Searched refs:LexicallyEncloses (Results 1 – 3 of 3) sorted by relevance
1444 bool DeclContext::LexicallyEncloses(const DeclContext *DC) const { in LexicallyEncloses() function in DeclContext1446 return getPrimaryContext()->LexicallyEncloses(DC); in LexicallyEncloses()
2252 bool LexicallyEncloses(const DeclContext *DC) const;
15287 if (!TD->getLexicalParent()->LexicallyEncloses(D->getLexicalDeclContext())) { in warnOnCTypeHiddenInCPlusPlus()