Searched refs:ConstThis (Results 1 – 6 of 6) sorted by relevance
2618 const auto *ConstThis = this; in init_begin() local2619 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
2534 const auto *ConstThis = this; in init_begin() local2535 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
1819 const ValueStmt *ConstThis = this; in getExprStmt() local1820 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
2059 const auto *ConstThis = this; in getCompoundStmtBody() local2060 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
3317 bool ConstThis, in LookupSpecialMember() argument3322 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()3338 ID.AddInteger(ConstThis); in LookupSpecialMember()3439 if (ConstThis) in LookupSpecialMember()
4266 bool ConstThis,