HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 501 - 525 of 867) sorted by null

<<21222324252627282930>>

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 156 // namespace scope, take arguments from its lexical parent
738 /// \brief Transform the first qualifier within a scope by instantiating the
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 79 // Check that two scope are the same.
93 var scope = fast_all_scopes[length - i - 1];
94 assertTrue(scope.isScope());
95 assertEquals(scopes[scopes.length - i - 1], scope.scopeType());
100 // Check that the scope chain contains the expected types of scopes.
106 var scope = exec_state.frame().scope(i);
107 assertTrue(scope.isScope());
108 assertEquals(scopes[i], scope.scopeType());
109 assertScopeMirrorEquals(all_scopes[i], scope);
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 22 #include "clang/Sema/Scope.h"
145 /// \brief Parse global scope or nested-name-specifier if present.
147 /// Parses a C++ global scope specifier ('::') or nested-name-specifier (which
161 /// \param SS the scope specifier that will be set to the parsed
177 /// part of the scope specifier.
186 /// \returns true if there was an error parsing a scope specifier
197 assert(!LastII && "want last identifier but have already annotated scope");
208 // a scope specifier. Restore it.
232 // It is invalid to have :: {, consume the scope qualifier and pretend
236 // '::' - Global scope qualifier
    [all...]
  /external/v8/test/cctest/
test-api.cc 97 v8::HandleScope scope(env->GetIsolate());
155 v8::HandleScope scope(CcTest::isolate());
179 v8::HandleScope scope(CcTest::isolate());
223 v8::HandleScope scope(isolate);
309 v8::HandleScope scope(isolate);
322 v8::HandleScope scope(isolate);
339 v8::HandleScope scope(env->GetIsolate());
362 v8::HandleScope scope(env->GetIsolate());
434 v8::HandleScope scope(env->GetIsolate());
464 v8::HandleScope scope(env->GetIsolate())
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
Request.java 218 private UserIdentity.Scope _scope;
    [all...]
  /external/v8/src/
isolate.h 14 #include "src/assert-scope.h"
669 // Scope currently can only be used for regular exceptions,
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta7/
compilerCommon-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-rc3/
compilerCommon-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0/
compilerCommon-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha3/
compilerCommon-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha4/
compilerCommon-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta1/
compilerCommon-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta3/
compilerCommon-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-rc1/
compilerCommon-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.2/
compilerCommon-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.3/
compilerCommon-2.1.3.jar 

Completed in 703 milliseconds

<<21222324252627282930>>