Searched defs:isNested (Results 1 – 9 of 9) 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
630 bool isNested() const { return Nested; } in isNested() function702 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()1054 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
1476 def parseText(ln, isNested): argument1488 def parseRecursive(ln, isNested): argument
1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
624 bool isNested() const { in isNested() function4375 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
435 bool isNested() const { in isNested() function
1375 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local