Searched refs:ExtensionRAIIObject (Results 1 – 6 of 6) sorted by relevance
255 class ExtensionRAIIObject {256 ExtensionRAIIObject(const ExtensionRAIIObject &) = delete;257 void operator=(const ExtensionRAIIObject &) = delete;261 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { in ExtensionRAIIObject() function265 ~ExtensionRAIIObject() { in ~ExtensionRAIIObject()
150 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()1446 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
1253 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
901 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
2784 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
4610 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()