Searched defs:isNested (Results 1 – 11 of 11) sorted by relevance
89 bool NativeEnumSymbol::isNested() const { in isNested() function in NativeEnumSymbol
639 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
265 const isNested = typeof value === 'object' && !isRepeated; constant
486 bool isNested() const { in isNested() function538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture()
69 private boolean isNested = false; field in JavaClass708 public final boolean isNested() { in isNested() method in JavaClass
155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
995 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
1136 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
424 bool isNested() const { in isNested() function
3489 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
1182 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local