HomeSort by relevance Sort by last modified time
    Searched refs:newScope (Results 1 - 8 of 8) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 46 private boolean newScope = false;
66 if (newScope) {
70 newScope = true;
79 if (newScope) {
81 newScope = false;
119 if (head == null && !newScope) {
138 if (!newScope && head != null && name.equals(head.name)) {
149 if (newScope) {
151 newScope = false;
  /external/clang/include/clang/Sema/
Template.h 281 LocalInstantiationScope *newScope =
284 newScope->Outer = nullptr;
286 newScope->Outer = Outer->cloneScopes(Outermost);
288 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack;
289 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack;
290 newScope->NumArgsInPartiallySubstitutedPack =
297 newScope->LocalDecls[D];
304 newScope->ArgumentPacks.push_back(NewPack);
309 return newScope;
  /build/blueprint/
ninja_strings_test.go 145 impScope := newScope(nil)
147 scope := newScope(nil)
scope.go 65 func newScope(parent *basicScope) *basicScope {
76 scope := newScope(parent)
255 scope: newScope(parent),
package_ctx.go 116 scope: newScope(nil),
  /build/blueprint/parser/
parser.go 597 func NewScope(s *Scope) *Scope {
598 newScope := &Scope{
605 newScope.inheritedVars[k] = v
608 newScope.inheritedVars[k] = v
612 return newScope
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 3464 milliseconds