Searched refs:Scope (Results 276 - 300 of 427) sorted by relevance

<<1112131415161718

/external/clang/lib/Sema/
H A DSemaTemplate.cpp27 #include "clang/Sema/Scope.h"
135 TemplateNameKind Sema::isTemplateName(Scope *S,
223 Scope *S,
247 Scope *S, CXXScopeSpec &SS,
529 static void maybeDiagnoseTemplateParameterShadow(Sema &SemaRef, Scope *S,
547 Decl *Sema::ActOnTypeParameter(Scope *S, bool Typename,
668 Decl *Sema::ActOnNonTypeTemplateParameter(Scope *S, Declarator &D,
739 Decl *Sema::ActOnTemplateTemplateParameter(Scope* S,
835 Sema::CheckClassTemplate(Scope *S, unsigned TagSpec, TagUseKind TUK,
1121 if (Scope *EnclosingScop
[all...]
H A DSemaLambda.cpp20 #include "clang/Sema/Scope.h"
399 // context, so that the Scope stack matches the lexical nesting.
474 void Sema::addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope) {
835 Declarator &ParamInfo, Scope *CurScope) {
844 if (Scope *TmplScope = CurScope->getTemplateParamParent()) {
1133 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope,
1374 Scope *CurScope,
H A DSemaDeclCXX.cpp37 #include "clang/Sema/Scope.h"
418 Scope *S) {
1225 bool Sema::isCurrentClassName(const IdentifierInfo &II, Scope *,
1930 Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D,
2514 Scope *S,
2530 Scope *S,
2573 Scope *S,
6031 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc,
6118 unsigned Sema::ActOnReenterTemplateScope(Scope *S, Decl *D) {
6169 void Sema::ActOnStartDelayedMemberDeclarations(Scope *
[all...]
H A DSemaObjCProperty.cpp138 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc,
314 Sema::HandlePropertyInClassExtension(Scope *S,
520 ObjCPropertyDecl *Sema::CreatePropertyDecl(Scope *S,
796 Decl *Sema::ActOnPropertyImplDecl(Scope *S,
1141 SynthesizedFunctionScope Scope(*this, getterMethod);
1191 SynthesizedFunctionScope Scope(*this, setterMethod);
1524 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl* IMPDecl,
1605 void Sema::DefaultSynthesizeProperties(Scope *S, Decl *D) {
1646 void Sema::DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl,
/external/chromium_org/chrome/renderer/extensions/
H A Dapp_bindings.cc219 v8::Context::Scope context_scope(context()->v8_context());
/external/chromium_org/content/renderer/java/
H A Dgin_java_bridge_object.cc41 v8::Context::Scope context_scope(context);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dgamepad_controller.cc67 v8::Context::Scope context_scope(context);
H A Dtext_input_controller.cc67 v8::Context::Scope context_scope(context);
/external/chromium_org/extensions/renderer/
H A Dactivity_log_converter_strategy_unittest.cc96 v8::Context::Scope context_scope_;
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc172 gin::Runner::Scope scope(runner_.get());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamer.cpp415 ScriptState::Scope scope(scriptState);
H A DV8LazyEventListener.cpp140 ScriptState::Scope scope(scriptState());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.cpp312 ScriptState::Scope scope(injectedScript.scriptState());
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DInspectorIndexedDBAgent.cpp640 ScriptState::Scope scope(scriptState);
661 ScriptState::Scope scope(scriptState);
683 ScriptState::Scope scope(scriptState);
782 ScriptState::Scope scope(scriptState);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchManager.cpp331 ScriptState::Scope scope(state);
H A DServiceWorker.cpp170 ScriptState::Scope scope(resolver->scriptState());
/external/chromium_org/tools/gn/
H A Dbuilder_unittest.cc84 Scope scope_;
/external/chromium_org/v8/src/
H A Dcodegen.cc177 CodeTracer::Scope tracing_scope(info->isolate()->GetCodeTracer());
H A Drewriter.cc233 Scope* scope = function->scope();
H A Dscopeinfo.h124 Isolate* isolate, Interface* interface, Scope* scope);
H A Dfull-codegen.cc595 Scope* scope = module->body()->scope();
730 Scope* saved_scope = scope();
780 Scope* scope = module->body()->scope();
1056 Scope* saved_scope = scope();
1103 Scope* saved_scope = scope_;
1241 Scope* saved_scope = scope();
1393 Scope* saved_scope = scope();
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp105 int LookupKind, Scope *S, CXXScopeSpec *SS,
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1638 /// This sets Scope and Ordering to the parsed values.
1639 bool LLParser::ParseScopeAndOrdering(bool isAtomic, SynchronizationScope &Scope,
1644 Scope = CrossThread;
1646 Scope = SingleThread;
4279 SynchronizationScope Scope = CrossThread;
4293 ParseScopeAndOrdering(isAtomic, Scope, Ordering) ||
4305 Inst = new LoadInst(Val, "", isVolatile, Alignment, Ordering, Scope);
4320 SynchronizationScope Scope = CrossThread;
4336 ParseScopeAndOrdering(isAtomic, Scope, Ordering) ||
4351 Inst = new StoreInst(Val, Ptr, isVolatile, Alignment, Ordering, Scope);
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter.cc327 v8::Context::Scope context_scope(context);
480 v8::Context::Scope context_scope(context);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8WindowCustom.cpp329 ScriptState::Scope scope(m_scriptStateForDialogFrame.get());
341 ScriptState::Scope scope(m_scriptStateForDialogFrame.get());

Completed in 1812 milliseconds

<<1112131415161718