Searched defs:isNested (Results 1 – 8 of 8) sorted by relevance
184 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
316 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
659 bool isNested() const { return Nested; } in isNested() function731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()1093 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
612 bool isNested() const { return NamespaceDeclBits.IsNested; } in isNested() function4510 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
435 bool isNested() const { in isNested() function
1402 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local