Searched defs:isNested (Results 1 – 4 of 4) sorted by relevance
427 bool isNested() { return VarAndNested.getInt(); } in isNested() function473 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()807 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture()
155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
3255 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
854 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local