Searched defs:isNested (Results 1 – 5 of 5) sorted by relevance
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()
155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
995 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
3489 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
1182 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local