Home
last modified time | relevance | path

Searched refs:isNested (Results 1 – 20 of 20) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h486 bool isNested() const { in isNested() function
538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
541 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
556 void addThisCapture(bool isNested, SourceLocation Loc,
877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() argument
880 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, QualType(), in addThisCapture()
/external/flatbuffers/js/
Dflatbuffers.js194 this.isNested = false;
514 if (this.isNested) {
590 this.isNested = true;
600 if (this.vtable == null || !this.isNested) {
651 this.isNested = false;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeTypedef.h40 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeEnum.h44 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeBaseClass.h41 FORWARD_SYMBOL_METHOD(isNested)
DIPDBRawSymbol.h181 virtual bool isNested() const = 0;
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DInjectConstructorValidator.java85 if (enclosingElement.getNestingKind().isNested() in validate()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
292 final int modifiers = (isNested (nestedAccessFlags) in computeSUID()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h172 bool isNested() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp286 MOCK_SYMBOL_ACCESSOR(isNested)
/external/clang/lib/CodeGen/
DCGBlocks.cpp789 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral()
806 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
819 if (CI.isNested()) in EmitBlockLiteral()
873 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp995 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/external/clang/lib/AST/
DASTDumper.cpp1730 if (I.isNested()) in VisitBlockDecl()
/external/clang/include/clang/AST/
DDecl.h3489 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1038 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1182 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local
1183 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy); in CheckCXXThisCapture()
DSemaExpr.cpp12122 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4503 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
DRewriteModernObjC.cpp5376 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()