Searched defs:isNested (Results 1 – 8 of 8) sorted by relevance
183 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() function737 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()1096 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
435 bool isNested() const { in isNested() function
636 bool isNested() const { return NamespaceDeclBits.IsNested; } in isNested() function4623 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
1384 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local