Home
last modified time | relevance | path

Searched refs:ToDC (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaAccess.cpp238 const DeclContext *ToDC = To->getDeclContext()->getPrimaryContext(); in MightInstantiateTo() local
239 if (FromDC == ToDC) return true; in MightInstantiateTo()
240 if (FromDC->isFileContext() || ToDC->isFileContext()) return false; in MightInstantiateTo()
/external/clang/lib/AST/
DASTImporter.cpp1770 if (DeclContext *ToDC = Importer.ImportContext(FromDC)) { in ImportDeclContext() local
1771 ToDC->setHasExternalLexicalStorage(); in ImportDeclContext()
1772 ToDC->setHasExternalVisibleStorage(); in ImportDeclContext()