Lines Matching refs:TU
3466 /// DeclContext in a dependent AST file. As such, they only exist for the TU
4005 const TranslationUnitDecl *TU = Context.getTranslationUnitDecl();
4007 for (DeclContext::decl_iterator I = TU->noload_decls_begin(),
4008 E = TU->noload_decls_end();
4030 WriteDeclContextVisibleUpdate(TU);
4034 if (NamespaceDecl *NS = TU->getAnonymousNamespace()) {
4035 ASTWriter::UpdateRecord &Record = DeclUpdates[TU];
4617 // a function/objc method, should not have TU as lexical context.
5216 // TU and namespaces are handled elsewhere.