Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumSymbol.cpp89 bool NativeEnumSymbol::isNested() const { in isNested() function in NativeEnumSymbol
DNativeRawSymbol.cpp639 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/external/perfetto/ui/src/controller/
Drecord_controller.ts265 const isNested = typeof value === 'object' && !isRepeated; constant
/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/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-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1136 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h424 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