Searched defs:isNested (Results 1 – 13 of 13) 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()
621 final bool isNested() const in isNested() function
639 const isNested = !inStd && (ns || q); variable993 void mangle_variable(VarDeclaration d, bool isNested) in mangle_variable()
1774 bool isNested() const in isNested() function3698 override bool isNested() const in isNested() function
864 bool AggregateDeclaration::isNested() in isNested() function
4103 bool FuncDeclaration::isNested() in isNested() function4721 bool FuncLiteralDeclaration::isNested() in isNested() function
1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
434 bool isNested() const { in isNested() function
4157 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
1353 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local