Home | History | Annotate | Download | only in Serialization

Lines Matching defs:TU

2173       DeclContext *TU = Context.getTranslationUnitDecl();
2174 DeclContextInfo &Info = F.DeclContextInfos[TU];
2178 TU->setHasExternalLexicalStorage(true);
2190 if (ID == PREDEF_DECL_TRANSLATION_UNIT_ID) { // Is it the TU?
2191 DeclContext *TU = Context.getTranslationUnitDecl();
2192 F.DeclContextInfos[TU].NameLookupTableData = Table;
2193 TU->setHasExternalVisibleStorage(true);
5595 // There might be lexical decls in multiple modules, for the TU at