File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -957,6 +957,8 @@ class CustomAttributeScope final : public ASTScopeImpl {
957
957
958
958
bool ignoreInDebugInfo () const override { return true ; }
959
959
960
+ DeclAttribute *getDeclAttr () const { return attr; }
961
+
960
962
private:
961
963
void expandAScopeThatDoesNotCreateANewInsertionPoint (ScopeCreator &);
962
964
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ DECL_SCOPE_NODE(AbstractFunctionDecl)
59
59
SCOPE_NODE(ParameterList)
60
60
DECL_SCOPE_NODE(FunctionBody)
61
61
DECL_SCOPE_NODE(DefaultArgumentInitializer)
62
- SCOPE_NODE (CustomAttribute)
62
+ DECL_ATTRIBUTE_SCOPE_NODE (CustomAttribute)
63
63
DECL_SCOPE_NODE(PatternEntryDecl)
64
64
DECL_SCOPE_NODE(PatternEntryInitializer)
65
65
SCOPE_NODE(ConditionalClausePatternUse)
You can’t perform that action at this time.
0 commit comments