Searched defs:isNested (Results 1 – 5 of 5) sorted by relevance
449 bool isNested() const { return VarAndNested.getInt(); } in isNested() function496 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()840 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture()
155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
982 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
3410 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
957 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local