Home
last modified time | relevance | path

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

123

/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DAnonymousClassTestCase.java30 assertFalse("regular outer classes are not nested", clazz.isNested()); in testRegularClassIsNotAnonymous()
39 assertTrue("regular inner classes are nested", clazz.isNested()); in testNamedInnerClassIsNotAnonymous()
48 assertTrue("regular static inner classes are nested", clazz.isNested()); in testStaticInnerClassIsNotAnonymous()
56 assertTrue("anonymous inner classes are anonymous", clazz.isNested()); in testAnonymousInnerClassIsAnonymous()
/external/flatbuffers/swift/Sources/FlatBuffers/
DFlatBufferBuilder.swift12 private var isNested = false variable
77 isNested = false in clear()
135 isNested = true in startTable()
149 assert(isNested, "Calling endtable without calling starttable") in endTable()
199 isNested = false in endTable()
207 assert(!isNested, "Object serialization must not be nested") in notNested()
264 isNested = true in startVector()
274 assert(isNested, "Calling endVector without calling startVector") in endVector()
275 isNested = false in endVector()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp64 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
185 return UnmodifiedType->isNested(); in isNested()
DNativeTypeEnum.cpp154 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
313 return UnmodifiedType->isNested(); in isNested()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp64 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
185 return UnmodifiedType->isNested(); in isNested()
DNativeTypeEnum.cpp154 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
313 return UnmodifiedType->isNested(); in isNested()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h610 bool isNested() const { return Nested; } in isNested() function
682 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
685 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
696 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1039 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() argument
1043 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/external/flatbuffers/js/
Dflatbuffers.js200 this.isNested = false;
241 this.isNested = false;
533 if (this.isNested) {
609 this.isNested = true;
619 if (this.vtable == null || !this.isNested) {
675 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)
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeTypedef.h35 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeEnum.h39 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeBaseClass.h39 FORWARD_SYMBOL_METHOD(isNested)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeEnum.h39 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeTypedef.h35 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeBaseClass.h39 FORWARD_SYMBOL_METHOD(isNested)
/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java245 public boolean isNested() { in isNested() method in ComponentImplementation
267 return isNested() in getCreatorName()
424 if (isNested()) { in modifiers()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DJavaClass.java69 private boolean isNested = false; field in JavaClass
708 public final boolean isNested() { in isNested() method in JavaClass
710 return this.isNested; in isNested()
729 this.isNested = true; in computeNestedTypeStatus()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeEnum.h50 bool isNested() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeEnum.h50 bool isNested() const override;

123