================
@@ -1488,6 +1426,11 @@ class Parser : public CodeCompletionHandler {
void ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope,
ParsedAttributes *OutAttrs = nullptr);
+
+ void ParseLexedTypeAttribute(LateParsedTypeAttribute &LA, bool EnterScope,
ParsedAttributes &OutAttrs);
+
+ static void LateTypeAttrParserCallback(void *P, void *LA, bool EnterScope,
ParsedAttributes &OutAttrs);
----------------
zmodem wrote:
Do the pointers still need to be opaque? Also, I don't see this callback used
anywhere?
https://github.com/llvm/llvm-project/pull/179612
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits