Searched defs:BlockScope (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h52 /// BlockScope - This tracks the current blocks that we have entered.
53 std::vector<Block> BlockScope; member in class:llvm::BitstreamWriter
101 assert(BlockScope.empty() && CurAbbrevs.empty() && "Block imbalance");
228 BlockScope.push_back(Block(OldCodeSize, BlockSizeWordIndex));
229 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
243 assert(!BlockScope.empty() && "Block scope imbalance!");
250 const Block &B = BlockScope.back();
266 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
267 BlockScope.pop_back();
H A DBitstreamReader.h198 /// BlockScope - This tracks the codesize of parent blocks.
199 SmallVector<Block, 8> BlockScope; member in class:llvm::BitstreamCursor
496 if (BlockScope.empty()) return true;
509 CurCodeSize = BlockScope.back().PrevCodeSize;
516 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
517 BlockScope.pop_back();
/external/clang/include/clang/Sema/
H A DScope.h69 BlockScope = 0x40, enumerator in enum:clang::Scope::ScopeFlags
158 /// BlockScope if this scope is not one, or null if there is none.
203 bool isBlockScope() const { return Flags & BlockScope; }
364 Scope::BlockScope | Scope::TemplateParamScope |
H A DScopeInfo.h531 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) argument
533 TheScope(BlockScope)
/external/clang/lib/Sema/
H A DSema.cpp1066 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { argument
1068 BlockScope, Block));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds