Home
last modified time | relevance | path

Searched refs:newScope (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.h28 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 …]
H A Dattrib.d114 Scope* newScope(Scope* sc) in newScope() function
124 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() function
295 Scope* sc2 = newScope(sc); in addMember()
363 override Scope* newScope(Scope* sc) in newScope() function
365 auto scx = super.newScope(sc); in newScope()
415 override Scope* newScope(Scope* sc) in newScope() function
462 override Scope* newScope(Scope* sc) in newScope() function
[all …]
H A Daggregate.h122 virtual Scope *newScope(Scope *sc);
284 Scope *newScope(Scope *sc);
321 Scope *newScope(Scope *sc);
H A Ddclass.d405 override Scope* newScope(Scope* sc) in newScope() function
407 auto sc2 = super.newScope(sc); in newScope()
1029 override Scope* newScope(Scope* sc) in newScope() function
1031 auto sc2 = super.newScope(sc); in newScope()
H A Dsemantic2.d522 Scope* sc2 = ad.newScope(sc); in visit()
608 auto sc2 = ad.newScope(sc); in visit()
H A Daggregate.d166 Scope* newScope(Scope* sc) in newScope() function
H A Dsemantic3.d1504 Scope* sc2 = ad.newScope(sc); in visit()
1528 auto sc2 = ad.newScope(sc); in visit()
H A Ddsymbolsem.d1419 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h36 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);
H A Dattrib.c107 Scope *AttribDeclaration::newScope(Scope *sc) in newScope() function
118 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() function
459 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope() function
[all …]
H A Daggregate.h132 virtual Scope *newScope(Scope *sc);
301 Scope *newScope(Scope *sc);
338 Scope *newScope(Scope *sc);
H A Ddclass.c275 Scope *ClassDeclaration::newScope(Scope *sc) in newScope() function
277 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() function
1420 Scope *sc2 = ClassDeclaration::newScope(sc); in newScope()
1687 Scope *sc2 = newScope(sc); in semantic()
H A Ddstruct.c224 Scope *AggregateDeclaration::newScope(Scope *sc) in newScope() function
260 Scope *sc2 = newScope(sc); in semantic2()
288 Scope *sc2 = newScope(sc); in semantic3()
1102 Scope *sc2 = newScope(sc); in semantic()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h370 LocalInstantiationScope *newScope = in cloneScopes() local
373 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()