HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 26 - 50 of 386) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/testing/v8/
WebCoreTestSupport.cpp 44 v8::Context::Scope contextScope(context);
45 v8::HandleScope scope; local
58 v8::Context::Scope contextScope(context);
59 v8::HandleScope scope; local
  /external/chromium_org/tools/gn/
scope_per_file_provider.h 10 #include "tools/gn/scope.h"
13 // ProgrammaticProvider for a scope to provide it with per-file built-in
15 class ScopePerFileProvider : public Scope::ProgrammaticProvider {
17 ScopePerFileProvider(Scope* scope, const SourceFile& source_file);
functions.cc 17 #include "tools/gn/scope.h"
33 Value RunTemplateInvocation(Scope* scope,
39 if (!EnsureNotProcessingImport(invocation, scope, err))
41 Scope block_scope(scope);
42 if (!FillTargetBlockScope(scope, invocation,
52 // Now run the rule itself with that block as the current scope.
65 const Scope* scope,
    [all...]
settings.h 12 #include "tools/gn/scope.h"
80 const Scope* base_config() const { return &base_config_; }
81 Scope* base_config() { return &base_config_; }
114 Scope base_config_;
parse_tree.h 25 class Scope;
46 virtual Value Execute(Scope* scope, Err* err) const = 0;
76 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
107 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
139 // Set has_scope if this block introduces a nested scope.
144 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE
    [all...]
function_define_rule.cc 7 #include "tools/gn/scope.h"
16 Value RunDefineRule(Scope* scope,
32 const FunctionCallNode* existing_rule = scope->GetRule(rule_name);
40 scope->AddRule(rule_name, function);
function_process_file_template.cc 54 Value RunProcessFileTemplate(Scope* scope,
function_template.cc 8 #include "tools/gn/scope.h"
62 " # The |sources| will be inherited from the surrounding scope so\n"
84 Value RunTemplate(Scope* scope,
100 const FunctionCallNode* existing_template = scope->GetTemplate(template_name);
109 scope->AddTemplate(template_name, function);
setup.h 15 #include "tools/gn/scope.h"
66 Scope dotfile_scope_;
config_values_generator.cc 8 #include "tools/gn/scope.h"
15 Scope* scope,
20 const Value* value = scope->GetValue(var_name, true);
32 Scope* scope,
37 scope_(scope),
string_utils.h 11 class Scope;
33 bool ExpandStringLiteral(Scope* scope,
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptScope.h 49 v8::Context::Scope m_scope;
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryListListener.cpp 37 v8::Context::Scope scope(context);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scope.rb 10 @A = ANTLR3::Scope.new( :a, :b )
11 @B = ANTLR3::Scope.new( 'count = 3' )
12 @C = ANTLR3::Scope.new( 'a', 'b = 0', 'c = {}' )
  /external/llvm/include/llvm/
DIBuilder.h 74 createTemplateValueParameter(unsigned Tag, DIDescriptor Scope,
180 /// @param Scope Member scope.
190 createMemberType(DIDescriptor Scope, StringRef Name, DIFile File,
196 /// @param Scope Member scope.
204 createStaticMemberType(DIDescriptor Scope, StringRef Name,
268 /// @param Scope Scope in which this class is defined.
282 DICompositeType createClassType(DIDescriptor Scope, StringRef Name
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 437 /// Enter a new scope. Access and deprecation diagnostics will be
453 /// Enter a new scope where access and deprecation diagnostics are
544 /// Translation Unit Scope - useful to Objective-C actions that need
545 /// to lookup file scope declarations in the "ordinary" C decl namespace.
547 Scope *TUScope;
    [all...]
ExternalSemaSource.h 28 class Scope;
80 /// \param S the Scope of the identifier occurrence.
83 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; }
95 /// \brief Read the set of unused file-scope declarations known to the
98 /// The external source should append its own unused, filed-scope to the
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h 41 NSInteger Scope;
69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 44 // of scope.
47 class Scope {
50 std::list<clang::VarDecl*> mRSO; // Declared RS objects in this scope
53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) {
76 std::stack<Scope*> mScopeStack;
84 inline Scope *getCurrentScope() {
  /external/chromium_org/v8/test/cctest/
test-lockers.cc 70 v8::Isolate::Scope isolate_scope(isolate_);
72 v8::HandleScope scope(isolate_);
75 v8::Context::Scope context_scope(context);
82 v8::Isolate::Scope isolate_scope(isolate_);
83 v8::HandleScope scope(isolate_);
86 v8::Context::Scope context_scope(context);
106 v8::Isolate::Scope isolate_scope(isolate);
109 v8::Context::Scope context_scope(context);
187 v8::Isolate::Scope isolate_scope(isolate_);
236 v8::Isolate::Scope isolate_scope(isolate)
    [all...]
  /external/llvm/include/llvm/Support/
DebugLoc.h 24 /// and MachineInstr to compactly encode file/line/scope information for an
50 /// ScopeIdx - This is an opaque ID# for Scope/InlinedAt information,
57 /// scope/inline location.
59 MDNode *Scope, MDNode *InlinedAt = 0);
78 /// getScope - This returns the scope pointer for this DebugLoc, or null if
86 /// getScopeAndInlinedAt - Return both the Scope and the InlinedAt values.
87 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 31 // If we have a scope node, walk down all of the children.
32 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
33 for (unsigned i = 0, e = Scope->getNumChildren(); i != e; ++i) {
34 OwningPtr<Matcher> Child(Scope->takeChild(i));
36 Scope->resetChild(i, Child.take());
189 // Walk down all members of a scope node.
190 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
191 for (unsigned i = 0, e = Scope->getNumChildren(); i != e; ++i) {
192 OwningPtr<Matcher> Child(Scope->takeChild(i));
194 Scope->resetChild(i, Child.take())
    [all...]

Completed in 2175 milliseconds

12 3 4 5 6 7 8 91011>>