Home
last modified time | relevance | path

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

/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/llvm-project/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/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()
1039 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/external/perfetto/ui/src/controller/
Drecord_controller.ts556 const isNested = typeof value === 'object' && !isRepeated; constant
/external/flatbuffers/swift/Sources/FlatBuffers/
DFlatBufferBuilder.swift12 private var isNested = false variable
/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java245 public boolean isNested() { in isNested() method in ComponentImplementation
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp995 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/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h440 bool isNested() const { in isNested() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h434 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/llvm-project/clang/include/clang/AST/
DDecl.h4137 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/external/clang/lib/Sema/
DSemaExprCXX.cpp1182 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1339 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local