Searched defs:Scope (Results 1 - 25 of 48) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
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/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
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/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h41 NSInteger Scope; variable
69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h28 // Holds the filename of each Scope, so that we can pass a null-terminated
35 const char *getFilename(MDNode *Scope) { argument
36 std::string &Filename = Filenames[Scope];
38 DIScope DIScope(Scope);
44 const char *getFullPath(MDNode *Scope) { argument
45 std::string &P = Paths[Scope];
47 DIScope DIScope(Scope);
/external/clang/lib/Sema/
H A DAttributeList.cpp133 StringRef Scope = ScopeName ? ScopeName->getName() : ""; local
H A DJumpDiagnostics.cpp630 unsigned Scope = I->first; local
639 if (Reachable.test(Scope)) {
642 for (unsigned S = I->first; S != Scope; S = Scopes[S].ParentScope)
650 if (Scope == 0 || Scope < Min) break;
653 if (Scopes[Scope].OutDiag) break;
655 Scope = Scopes[Scope].ParentScope;
H A DSema.cpp36 #include "clang/Sema/Scope.h"
63 void Sema::ActOnTranslationUnitScope(Scope *S) {
964 /// \brief Determines the active Scope associated with the given declaration
967 /// This routine maps a declaration context to the active Scope object that
971 /// must update the Scope.
975 Scope *Sema::getScopeForContext(DeclContext *Ctx) {
981 for (Scope *S = getCurScope(); S; S = S->getParent()) {
984 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope))
1006 void Sema::PushBlockScope(Scope *BlockScop
1019 FunctionScopeInfo *Scope = FunctionScopes.pop_back_val(); local
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dsymbols.h59 typedef struct Scope_Rec Scope; typedef in typeref:struct:Scope_Rec
68 Scope *next, *prev; // doubly-linked list of all scopes
69 Scope *parent;
70 Scope *funScope; // Points to base scope of enclosing function
96 extern Scope *CurrentScope;
97 extern Scope *GlobalScope;
98 extern Scope *ScopeList;
100 Scope *NewScopeInPool(MemoryPool *);
102 void PushScope(Scope *fScope);
103 Scope *PopScop
[all...]
/external/llvm/lib/IR/
H A DDebugLoc.cpp48 /// Return both the Scope and the InlinedAt values.
49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, argument
52 Scope = IA = 0;
61 Scope = Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
69 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
75 MDNode *Scope, MDNode *InlinedAt) {
79 if (Scope == 0) return Result;
86 LLVMContext &Ctx = Scope->getContext();
90 Result.ScopeIdx = Ctx.pImpl->getOrAddScopeRecordIdxEntry(Scope, 0);
92 Result.ScopeIdx = Ctx.pImpl->getOrAddScopeInlinedAtIdxEntry(Scope,
74 get(unsigned Line, unsigned Col, MDNode *Scope, MDNode *InlinedAt) argument
119 MDNode *Scope = Loc.getScope(); local
128 MDNode *Scope = LexBlock.getContext(); local
161 getOrAddScopeRecordIdxEntry(MDNode *Scope, int ExistingIdx) argument
184 getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, int ExistingIdx) argument
[all...]
H A DDIBuilder.cpp325 DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
331 getNonCompileUnitScope(Scope),
346 DIType DIBuilder::createStaticMemberType(DIDescriptor Scope, StringRef Name, argument
354 getNonCompileUnitScope(Scope),
546 DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
552 getNonCompileUnitScope(Scope),
593 DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
599 getNonCompileUnitScope(Scope),
752 DIDescriptor Scope, DIFile F,
759 getNonCompileUnitScope(Scope),
324 createMemberType( DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty) argument
545 createUnionType( DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, DIArray Elements, unsigned RunTimeLang) argument
592 createEnumerationType( DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, DIArray Elements, DIType ClassType) argument
751 createForwardDecl(unsigned Tag, StringRef Name, DIDescriptor Scope, DIFile F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits) argument
850 createLocalVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo, DIType Ty, bool AlwaysPreserve, unsigned Flags, unsigned ArgNo) argument
886 createComplexVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile F, unsigned LineNo, DIType Ty, ArrayRef<Value *> Addr, unsigned ArgNo) argument
997 createNameSpace(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo) argument
1014 createLexicalBlockFile(DIDescriptor Scope, DIFile File) argument
1028 createLexicalBlock(DIDescriptor Scope, DIFile File, unsigned Line, unsigned Col) argument
[all...]
H A DDebugInfo.cpp808 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { argument
809 DIDescriptor D(Scope);
811 return DISubprogram(Scope);
814 return getDISubprogram(DILexicalBlockFile(Scope).getContext());
817 return getDISubprogram(DILexicalBlock(Scope).getContext());
1167 DIScope Scope(DL.getScope(Ctx));
1169 if (Scope.Verify())
1170 CommentOS << Scope.getFilename();
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h61 llvm::MDNode* Scope; member in class:JITEventListenerTestBase
84 Scope = DebugBuilder->createFile(getFilename(), ".");
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp100 MDNode *Scope, *IA; local
101 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
102 if (Scope) EnumerateMetadata(Scope);
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp117 MDNode *Scope = NULL; local
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
120 if (!Scope) return NULL;
124 DIDescriptor D = DIDescriptor(Scope);
126 Scope = DILexicalBlockFile(Scope).getScope();
130 return LexicalScopeMap.lookup(Scope);
136 MDNode *Scope = NULL; local
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
142 getOrCreateAbstractScope(Scope);
151 getOrCreateRegularScope(MDNode *Scope) argument
175 getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt) argument
214 constructScopeNest(LexicalScope *Scope) argument
271 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
293 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
[all...]
H A DMachineCSE.cpp422 ScopeType *Scope = new ScopeType(VNT); local
423 ScopeMap[MBB] = Scope;
/external/v8/src/
H A Dpreparser.h444 class Scope { class in class:v8::preparser::PreParser
446 Scope(Scope** variable, ScopeType type) function in class:v8::preparser::PreParser::Scope
457 ~Scope() { *variable_ = prev_; }
477 Scope** const variable_;
478 Scope* const prev_;
489 Scope top_scope(&scope_, kTopLevelScope);
648 Scope* scope_;
H A Dscopes.h47 Variable* Declare(Scope* scope,
61 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
85 class Scope: public ZoneObject { class in namespace:v8::internal
90 Scope(Scope* outer_scope, ScopeType type);
97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope);
107 Scope* FinalizeBlockScope();
220 // Scope-specific info.
338 ZoneList<Scope*>* inner_scope
[all...]
/external/clang/include/clang/Sema/
H A DScope.h1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
26 /// Scope - A scope is a transient data structure that is used while parsing the
30 class Scope { class in namespace:clang
99 Scope *AnyParent;
119 Scope *FnParent;
125 Scope *BreakParent, *ContinueParent;
129 Scope *BlockParent;
135 Scope *TemplateParamParen
159 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) function in class:clang::Scope
[all...]
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js251 /* -----[ Scope and mangling ]----- */
253 function Scope(parent) { class
283 Scope.prototype = {
365 current_scope = new Scope(current_scope);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb129 = Scope
131 Scope is used to represent instances of ANTLR's various attribute scopes.
137 Block = Scope.new( "name", "depth = 0", "variables = {}" )
144 class Scope < ::Struct class in class:ANTLR3
314 def Scope( *declarations, &body ) method in class:ANTLR3.Scope.Recognizer
315 Scope.new( *declarations, &body )
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h208 enum ContextKind { StackFrame, Scope, Block }; enumerator in enum:clang::LocationContext::ContextKind
317 : LocationContext(Scope, ctx, parent), Enter(s) {}
326 ProfileCommon(ID, Scope, ctx, parent, s);
330 return Ctx->getKind() == Scope;
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp328 Scope(*availableValues),
336 ScopedHTType::ScopeTy Scope; member in class:__anon9918::EarlyCSE::NodeScope
/external/v8/src/mips/
H A Dassembler-mips.h406 // Supported features must be enabled by a Scope before use.
437 class Scope BASE_EMBEDDED {
441 explicit Scope(CpuFeature f) { function in class:v8::internal::CpuFeatures::BASE_EMBEDDED
453 ~Scope() {
466 explicit Scope(CpuFeature f) {}
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp161 EHCleanupScope *Scope = local
174 return Scope->getCleanupBuffer();
378 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); local
384 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup());
391 EHCleanupScope &Scope) {
392 assert(Scope.isNormalCleanup());
393 llvm::BasicBlock *Entry = Scope.getNormalBlock();
396 Scope.setNormalBlock(Entry);
538 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); local
539 assert(Scope
390 CreateNormalEntry(CodeGenFunction &CGF, EHCleanupScope &Scope) argument
927 EHCleanupScope &Scope = local
937 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); local
1013 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); local
1069 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); local
1081 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); local
[all...]

Completed in 835 milliseconds

12