Searched refs:ConstThis (Results 1 – 6 of 6) sorted by relevance
2606 const auto *ConstThis = this; in init_begin() local2607 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
2499 const auto *ConstThis = this; in init_begin() local2500 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
1786 const ValueStmt *ConstThis = this; in getExprStmt() local1787 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
2059 const auto *ConstThis = this; in getCompoundStmtBody() local2060 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
3061 bool ConstThis, in LookupSpecialMember() argument3066 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()3082 ID.AddInteger(ConstThis); in LookupSpecialMember()3183 if (ConstThis) in LookupSpecialMember()
4017 bool ConstThis,