Home | History | Annotate | Download | only in Serialization

Lines Matching defs:TU

3640 /// DeclContext in a dependent AST file. As such, they only exist for the TU
4198 const TranslationUnitDecl *TU = Context.getTranslationUnitDecl();
4200 for (const auto *I : TU->noload_decls()) {
4221 WriteDeclContextVisibleUpdate(TU);
4226 if (NamespaceDecl *NS = TU->getAnonymousNamespace()) {
4227 ASTWriter::UpdateRecord &Record = DeclUpdates[TU];
4900 // a function/objc method, should not have TU as lexical context.
5509 // TU and namespaces are handled elsewhere.