Lines Matching refs:TUScope
152 TUScope = S; in ActOnTranslationUnitScope()
269 TUScope = nullptr; in Sema()
309 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
325 if (!TUScope) in Initialize()
336 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
340 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
350 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize()
356 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
361 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
366 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
372 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
380 TUScope); in Initialize()
513 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
518 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
1230 TUScope = nullptr; in ActOnEndOfTranslationUnit()
1240 Decl *PrevDecl = LookupSingleName(TUScope, WeakIDs.first, SourceLocation(), in ActOnEndOfTranslationUnit()
1519 TUScope = nullptr; in ActOnEndOfTranslationUnit()