OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockScope
(Results
1 - 25
of
25
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
43
if ((Flags & (FnScope | ClassScope |
BlockScope
| TemplateParamScope |
68
if (flags &
BlockScope
) BlockParent = this;
161
} else if (Flags &
BlockScope
) {
162
OS << "
BlockScope
";
163
Flags &= ~
BlockScope
;
Sema.cpp
[
all
...]
SemaExprCXX.cpp
626
(Scope::FnScope | Scope::ClassScope | Scope::
BlockScope
|
[
all
...]
/external/llvm/include/llvm/Bitcode/
BitstreamWriter.h
55
///
BlockScope
- This tracks the current blocks that we have entered.
56
std::vector<Block>
BlockScope
;
90
assert(
BlockScope
.empty() && CurAbbrevs.empty() && "Block imbalance");
222
BlockScope
.emplace_back(OldCodeSize, BlockSizeWordIndex);
223
BlockScope
.back().PrevAbbrevs.swap(CurAbbrevs);
234
assert(!
BlockScope
.empty() && "Block scope imbalance!");
235
const Block &B =
BlockScope
.back();
252
BlockScope
.pop_back();
BitstreamReader.h
197
SmallVector<Block, 8>
BlockScope
;
471
if (
BlockScope
.empty()) return true;
484
CurCodeSize =
BlockScope
.back().PrevCodeSize;
486
CurAbbrevs = std::move(
BlockScope
.back().PrevAbbrevs);
487
BlockScope
.pop_back();
/external/clang/include/clang/Sema/
Scope.h
69
BlockScope
= 0x40,
166
///
BlockScope
if this scope is not one, or null if there is none.
211
bool isBlockScope() const { return Flags &
BlockScope
; }
383
Scope::
BlockScope
| Scope::TemplateParamScope |
ScopeInfo.h
581
BlockScopeInfo(DiagnosticsEngine &Diag, Scope *
BlockScope
, BlockDecl *Block)
583
TheScope(
BlockScope
)
Sema.h
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
23
BlockScope
.clear();
29
// Save the current block's state on
BlockScope
.
30
BlockScope
.push_back(Block(CurCodeSize));
31
BlockScope
.back().PrevAbbrevs.swap(CurAbbrevs);
/external/clang/lib/Parse/
ParseExpr.cpp
[
all
...]
ParseExprCXX.cpp
[
all
...]
ParseDecl.cpp
[
all
...]
/prebuilts/misc/common/ecj/
ecj.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/external/guice/extensions/struts2/lib/
core-3.1.1.jar
/prebuilts/devtools/tools/lib/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar
Completed in 241 milliseconds