Home
last modified time | relevance | path

Searched defs:isNested (Results 1 – 21 of 21) sorted by relevance

/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DClassDefinition.java41 public abstract boolean isNested(); in isNested() method in ClassDefinition
114 public abstract Builder setIsNested(boolean isNested); in setIsNested()
/external/dagger2/java/dagger/internal/codegen/xprocessing/
DXTypeElements.java61 public static boolean isNested(XTypeElement typeElement) { in isNested() method in XTypeElements
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp184 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
DNativeTypeEnum.cpp316 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
DNativeRawSymbol.cpp623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
DNativeTypeEnum.cpp311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
DNativeRawSymbol.cpp624 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/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()
877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture()
/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
/external/flatbuffers/ts/
Dbuilder.ts16 private isNested = false; property in Builder
/external/flatbuffers/swift/Sources/FlatBuffers/
DFlatBufferBuilder.swift40 private var isNested = false variable
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java430 private boolean isNested() { in isNested() method
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp995 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h435 bool isNested() const { in isNested() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h440 bool isNested() const { in isNested() function
/external/clang/include/clang/AST/
DDecl.h3489 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/external/clang/lib/Sema/
DSemaExprCXX.cpp1182 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local