Lines Matching defs:const
29 void MethodParameter::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
37 void MethodParameter::writeDefTo(raw_indented_ostream &os) const { in writeDefTo()
47 void MethodParameters::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
51 void MethodParameters::writeDefTo(raw_indented_ostream &os) const { in writeDefTo()
56 bool MethodParameters::subsumes(const MethodParameters &other) const { in subsumes() argument
78 bool MethodSignature::makesRedundant(const MethodSignature &other) const { in makesRedundant() argument
83 void MethodSignature::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
90 StringRef namePrefix) const { in writeDefTo()
98 mlir::raw_indented_ostream &os) const { in writeTemplateParamsTo()
115 void MethodBody::writeTo(raw_indented_ostream &os) const { in writeTo()
128 void Method::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
151 void Method::writeDefTo(raw_indented_ostream &os, StringRef namePrefix) const { in writeDefTo()
168 void Constructor::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
190 StringRef namePrefix) const { in writeDefTo()
208 void Constructor::MemberInitializer::writeTo(raw_indented_ostream &os) const { in writeTo()
236 void ParentClass::writeTo(raw_indented_ostream &os) const { in writeTo()
249 void UsingDeclaration::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
267 void Field::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
275 void VisibilityDeclaration::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
285 void ExtraClassDeclaration::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
290 StringRef namePrefix) const { in writeDefTo()
303 void Class::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
328 void Class::writeDefTo(raw_indented_ostream &os) const { in writeDefTo()