Searched refs:ConstThis (Results 1 – 6 of 6) sorted by relevance
2667 const auto *ConstThis = this; in init_begin() local2668 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
2017 const ValueStmt *ConstThis = this; in getExprStmt() local2018 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
2625 const auto *ConstThis = this; in init_begin() local2626 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
2131 const auto *ConstThis = this; in getCompoundStmtBody() local2132 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
3345 bool ConstThis, in LookupSpecialMember() argument3350 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()3366 ID.AddInteger(ConstThis); in LookupSpecialMember()3467 if (ConstThis) in LookupSpecialMember()
4477 bool ConstThis,