Searched refs:BlockScope (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/Sema/
H A DScope.cpp51 if (flags & BlockScope) BlockParent = this;
H A DSema.cpp963 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { argument
965 BlockScope, Block));
H A DSemaExprCXX.cpp540 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope |
/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h151 /// BlockScope - This tracks the codesize of parent blocks.
152 SmallVector<Block, 8> BlockScope; member in class:llvm::BitstreamCursor
198 BlockScope = RHS.BlockScope;
199 for (unsigned S = 0, e = static_cast<unsigned>(BlockScope.size());
201 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
216 for (unsigned S = 0, e = static_cast<unsigned>(BlockScope.size());
218 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
223 BlockScope.clear();
414 // Save the current block's state on BlockScope
[all...]
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();
/external/clang/include/clang/Sema/
H A DScope.h57 /// BlockScope - This is a scope that corresponds to a block/closure object.
61 BlockScope = 0x40, enumerator in enum:clang::Scope::ScopeFlags
119 /// BlockScope if this scope is not one, or null if there is none.
161 bool isBlockScope() const { return Flags & BlockScope; }
284 Scope::BlockScope | Scope::TemplateParamScope |
H A DScopeInfo.h318 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) argument
320 TheScope(BlockScope)
H A DSema.h823 void PushBlockScope(Scope *BlockScope, BlockDecl *Block);
/external/clang/lib/Parse/
H A DParseExpr.cpp2427 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope |
2497 BlockScope.Exit();
H A DParseExprCXX.cpp878 // FIXME: Rename BlockScope -> ClosureScope if we decide to continue using
880 unsigned ScopeFlags = Scope::BlockScope | Scope::FnScope | Scope::DeclScope;
H A DParseDecl.cpp2168 Scope::BlockScope |
/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 186 milliseconds