Searched refs:newScope (Results 1 – 14 of 14) sorted by relevance
28 virtual Scope *newScope(Scope *sc);51 Scope *newScope(Scope *sc);66 Scope *newScope(Scope *sc);78 Scope *newScope(Scope *sc);89 Scope *newScope(Scope *sc);101 Scope *newScope(Scope *sc);113 Scope *newScope(Scope *sc);129 Scope *newScope(Scope *sc);156 Scope *newScope(Scope *sc);217 Scope *newScope(Scope *sc);[all …]
114 Scope* newScope(Scope* sc) in newScope() function124 Scope* sc2 = newScope(sc); in addMember()137 Scope* sc2 = newScope(sc); in setScope()150 Scope* sc2 = newScope(sc); in importAll()241 override Scope* newScope(Scope* sc) in newScope() function295 Scope* sc2 = newScope(sc); in addMember()363 override Scope* newScope(Scope* sc) in newScope() function365 auto scx = super.newScope(sc); in newScope()415 override Scope* newScope(Scope* sc) in newScope() function462 override Scope* newScope(Scope* sc) in newScope() function[all …]
122 virtual Scope *newScope(Scope *sc);284 Scope *newScope(Scope *sc);321 Scope *newScope(Scope *sc);
405 override Scope* newScope(Scope* sc) in newScope() function407 auto sc2 = super.newScope(sc); in newScope()1029 override Scope* newScope(Scope* sc) in newScope() function1031 auto sc2 = super.newScope(sc); in newScope()
522 Scope* sc2 = ad.newScope(sc); in visit()608 auto sc2 = ad.newScope(sc); in visit()
166 Scope* newScope(Scope* sc) in newScope() function
1504 Scope* sc2 = ad.newScope(sc); in visit()1528 auto sc2 = ad.newScope(sc); in visit()
1419 Scope* sc2 = ad.newScope(sc); in attribSemantic()1533 Scope* sc2 = pd.newScope(sc); in visit()4559 auto sc2 = sd.newScope(sc); in visit()5068 auto sc2 = cldec.newScope(sc); in visit()5178 auto sc2 = cldec.newScope(sc); in visit()5625 auto sc2 = idec.newScope(sc); in visit()
36 virtual Scope *newScope(Scope *sc);63 Scope *newScope(Scope *sc);79 Scope *newScope(Scope *sc);94 Scope *newScope(Scope *sc);106 Scope *newScope(Scope *sc);121 Scope *newScope(Scope *sc);136 Scope *newScope(Scope *sc);168 Scope *newScope(Scope *sc);235 Scope *newScope(Scope *sc);272 Scope *newScope(Scope *sc);
107 Scope *AttribDeclaration::newScope(Scope *sc) in newScope() function118 Scope *sc2 = newScope(sc); in addMember()139 Scope *sc2 = newScope(sc); in setScope()159 Scope *sc2 = newScope(sc); in importAll()182 Scope *sc2 = newScope(sc); in semantic()202 Scope *sc2 = newScope(sc); in semantic2()221 Scope *sc2 = newScope(sc); in semantic3()389 Scope *sc2 = newScope(sc); in addMember()410 Scope *StorageClassDeclaration::newScope(Scope *sc) in newScope() function459 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope() function[all …]
132 virtual Scope *newScope(Scope *sc);301 Scope *newScope(Scope *sc);338 Scope *newScope(Scope *sc);
275 Scope *ClassDeclaration::newScope(Scope *sc) in newScope() function277 Scope *sc2 = AggregateDeclaration::newScope(sc); in newScope()634 Scope *sc2 = newScope(sc); in semantic()728 Scope *sc2 = newScope(sc); in semantic()1418 Scope *InterfaceDeclaration::newScope(Scope *sc) in newScope() function1420 Scope *sc2 = ClassDeclaration::newScope(sc); in newScope()1687 Scope *sc2 = newScope(sc); in semantic()
224 Scope *AggregateDeclaration::newScope(Scope *sc) in newScope() function260 Scope *sc2 = newScope(sc); in semantic2()288 Scope *sc2 = newScope(sc); in semantic3()1102 Scope *sc2 = newScope(sc); in semantic()
370 LocalInstantiationScope *newScope = in cloneScopes() local373 newScope->Outer = nullptr; in cloneScopes()375 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()377 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()378 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()379 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()386 newScope->LocalDecls[D]; in cloneScopes()393 newScope->ArgumentPacks.push_back(NewPack); in cloneScopes()398 return newScope; in cloneScopes()