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()
148 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()1422 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
1203 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
879 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
2741 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
4429 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()