File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ class ParsedAttr final
130
130
size_t numTrailingObjects (OverloadToken<ParsedType>) const {
131
131
return HasParsedType;
132
132
}
133
- size_t numTrailingObjects (OverloadToken<detail::PropertyData>) const {
134
- return IsProperty;
135
- }
136
133
137
134
private:
138
135
IdentifierInfo *MacroII = nullptr ;
Original file line number Diff line number Diff line change @@ -190,9 +190,7 @@ namespace clang {
190
190
bool ArgsInvalid;
191
191
192
192
// / Retrieves a pointer to the template arguments
193
- ParsedTemplateArgument *getTemplateArgs () {
194
- return getTrailingObjects<ParsedTemplateArgument>();
195
- }
193
+ ParsedTemplateArgument *getTemplateArgs () { return getTrailingObjects (); }
196
194
197
195
// / Creates a new TemplateIdAnnotation with NumArgs arguments and
198
196
// / appends it to List.
You can’t perform that action at this time.
0 commit comments