Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
28 for (const std::unique_ptr<Expression>& arg : this->argumentSpan()) {
37 String result = this->type().description() + "(";
39 for (const std::unique_ptr<Expression>& arg : this->argumentSpan()) {
49 return this->type().componentType();
53 for (const std::unique_ptr<Expression>& arg : this->argumentSpan()) {
62 for (const std::unique_ptr<Expression>& arg : this->argumentSpan()) {
132 clonedArgs.reserve_back(this->arguments().size());
133 for (const std::unique_ptr<Expression>& arg: this->arguments()) {
168 // Constructor expression types; this class chooses the proper one based on context, e.g.