Searched refs:Scope (Results 176 - 200 of 427) sorted by relevance

1234567891011>>

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp243 bool Sema::ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc,
283 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS) {
308 bool Sema::isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS,
382 /// \param S Scope in which the nested-name-specifier occurs.
412 bool Sema::BuildCXXNestedNameSpecifier(Scope *S,
730 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S,
778 bool Sema::IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS,
793 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S,
918 bool Sema::ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) {
961 bool Sema::ActOnCXXEnterDeclaratorScope(Scope *
[all...]
H A DIdentifierResolver.cpp1 //===- IdentifierResolver.cpp - Lexical Scope Name lookup -------*- C++ -*-===//
20 #include "clang/Sema/Scope.h"
95 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
97 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S,
122 if (S->getParent()->getFlags() & Scope::ControlScope) {
127 if (S->getFlags() & Scope::FnTryCatchScope)
H A DSema.cpp36 #include "clang/Sema/Scope.h"
69 void Sema::ActOnTranslationUnitScope(Scope *S) {
1024 /// \brief Determines the active Scope associated with the given declaration
1027 /// This routine maps a declaration context to the active Scope object that
1031 /// must update the Scope.
1035 Scope *Sema::getScopeForContext(DeclContext *Ctx) {
1041 for (Scope *S = getCurScope(); S; S = S->getParent()) {
1044 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope))
1066 void Sema::PushBlockScope(Scope *BlockScop
1088 FunctionScopeInfo *Scope = FunctionScopes.pop_back_val(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptDebugServer.cpp93 v8::Context::Scope contextScope(debuggerContext);
115 v8::Context::Scope contextScope(debuggerContext);
129 v8::Context::Scope contextScope(debuggerContext);
140 v8::Context::Scope contextScope(debuggerContext);
154 v8::Context::Scope contextScope(v8::Debug::GetDebugContext());
165 v8::Context::Scope contextScope(v8::Debug::GetDebugContext());
267 OwnPtr<v8::Context::Scope> contextScope;
270 contextScope = adoptPtr(new v8::Context::Scope(debuggerContext));
379 ScriptState::Scope scope(scriptState);
510 v8::Context::Scope contextScop
[all...]
H A DV8CustomElementLifecycleCallbacks.cpp163 ScriptState::Scope scope(m_scriptState.get());
213 ScriptState::Scope scope(m_scriptState.get());
246 ScriptState::Scope scope(m_scriptState.get());
H A DScriptPreprocessor.cpp98 ScriptState::Scope scope(m_scriptState.get());
H A DScriptPromiseResolver.h123 ScriptState::Scope scope(m_scriptState.get());
H A DV8WorkerGlobalScopeEventListener.cpp65 ScriptState::Scope scope(scriptState());
H A DWorkerScriptDebugServer.cpp63 v8::Context::Scope contextScope(debuggerContext);
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc200 v8::Context::Scope context_scope(context);
253 v8::Context::Scope context_scope(context);
367 v8::Context::Scope context_scope(context);
643 v8::Context::Scope context_scope(context);
1108 v8::Context::Scope context_scope(context);
1147 i::Scope* scope = info.function()->scope();
1153 i::Scope* inner_scope = scope->inner_scopes()->at(0);
1445 v8::Context::Scope context_scope(context);
1501 v8::Context::Scope context_scope(
1528 v8::Context::Scope context_scop
[all...]
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc360 v8::Isolate::Scope isolate_scope(isolate_);
369 v8::Isolate::Scope isolate_scope(isolate_);
374 v8::Context::Scope function_scope(context);
420 v8::Isolate::Scope isolate_scope(isolate_);
470 v8::Context::Scope ctx(context);
501 v8::Isolate::Scope isolate_scope(isolate_);
/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl.cc154 v8::Context::Scope context_scope(context);
163 v8::Context::Scope context_scope(context);
376 scoped_ptr<v8::Context::Scope> scope;
381 scope.reset(new v8::Context::Scope(val->CreationContext()));
461 scoped_ptr<v8::Context::Scope> scope;
466 scope.reset(new v8::Context::Scope(val->CreationContext()));
H A Ddom_automation_controller.cc32 v8::Context::Scope context_scope(context);
/external/chromium_org/v8/src/
H A Dcompiler.h106 Scope* scope() const { return scope_; }
107 Scope* global_scope() const { return global_scope_; }
228 void PrepareForCompilation(Scope* scope);
229 void SetGlobalScope(Scope* global_scope) {
440 Scope* scope_;
442 Scope* global_scope_;
/external/chromium_org/tools/gn/
H A Dtarget_generator.cc25 Scope* scope,
59 void TargetGenerator::GenerateTarget(Scope* scope,
124 Scope::ItemVector* collector = scope->GetItemCollector();
H A Dbinary_target_generator.cc17 Scope* scope,
H A Dfunction_write_file_unittest.cc15 bool CallWriteFile(Scope* scope,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg748 <ruleDescriptor.useScopes:{<it>Stack.Push(T<it>Scope.Create);}; separator="\n">
749 <ruleDescriptor.ruleScope:{<it.name>Stack.Push(T<it.name>Scope.Create);}; separator="\n">
1513 <scope.name>Stack := TStackList\<I<scope.name>Scope\>.Create;<\n>
1521 I<scope.name>Scope = interface(IANTLRObject)
1523 T<scope.name>Scope = class(TANTLRObject, I<scope.name>Scope)
1528 <scope.name>Stack: IStackList\<I<scope.name>Scope\>;
1536 I<scope.name>Scope = interface(IANTLRObject)
1538 T<scope.name>Scope = class(TANTLRObject, I<scope.name>Scope)
[all...]
/external/chromium_org/chrome/test/base/
H A Dv8_unit_test.cc98 v8::Context::Scope context_scope(context);
197 v8::Context::Scope context_scope(context);
213 v8::Context::Scope context_scope(context);
261 v8::Context::Scope context_scope(context);
/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker_unittest.cc60 v8::Context::Scope context_scope_;
/external/chromium_org/extensions/renderer/
H A Dapp_window_custom_bindings.cc48 v8::Context::Scope context_scope(script_context->v8_context());
/external/chromium_org/gin/modules/
H A Dtimer.cc65 Runner::Scope scope(runner_.get());
/external/chromium_org/mojo/apps/js/
H A Djs_app.cc89 gin::Runner::Scope scope(shell_runner_.get());
H A Dmojo_runner_delegate.cc67 gin::Runner::Scope scope(runner);
/external/chromium_org/mojo/bindings/js/
H A Dwaiting_callback.cc77 gin::Runner::Scope scope(runner_.get());

Completed in 2758 milliseconds

1234567891011>>