Searched refs:ConstThis (Results 1 – 6 of 6) sorted by relevance
2654 const auto *ConstThis = this; in init_begin() local2655 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
2548 const auto *ConstThis = this; in init_begin() local2549 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
1831 const ValueStmt *ConstThis = this; in getExprStmt() local1832 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
2117 const auto *ConstThis = this; in getCompoundStmtBody() local2118 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
3328 bool ConstThis, in LookupSpecialMember() argument3333 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()3349 ID.AddInteger(ConstThis); in LookupSpecialMember()3450 if (ConstThis) in LookupSpecialMember()
4386 bool ConstThis,