Lines Matching refs:TUScope
69 TUScope = S; in ActOnTranslationUnitScope()
110 TUScope = nullptr; in Sema()
136 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
152 if (!TUScope) in Initialize()
161 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
165 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
175 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize()
181 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
186 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
191 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
199 TUScope); in Initialize()
254 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
259 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
722 TUScope = nullptr; in ActOnEndOfTranslationUnit()
732 Decl *PrevDecl = LookupSingleName(TUScope, WeakID.first, SourceLocation(), in ActOnEndOfTranslationUnit()
776 TUScope = nullptr; in ActOnEndOfTranslationUnit()
919 TUScope = nullptr; in ActOnEndOfTranslationUnit()