Searched defs:isNested (Results 1 – 8 of 8) sorted by relevance
183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
624 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
614 bool isNested() const { return Nested; } in isNested() function686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()1043 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
434 bool isNested() const { in isNested() function
4183 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
1370 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local