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()
2639 const auto *ConstThis = this; in init_begin() local2640 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
2024 const ValueStmt *ConstThis = this;2025 return const_cast<Expr*>(ConstThis->getExprStmt());
2147 const auto *ConstThis = this; in getCompoundStmtBody() local2148 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
3294 bool ConstThis, bool VolatileThis) { in LookupSpecialMember() argument3298 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()3316 ID.AddInteger(ConstThis); in LookupSpecialMember()3419 if (ConstThis) in LookupSpecialMember()
9071 bool VolatileArg, bool RValueThis, bool ConstThis,