Searched refs:ExtensionRAIIObject (Results 1 – 6 of 6) sorted by relevance
252 class ExtensionRAIIObject {253 ExtensionRAIIObject(const ExtensionRAIIObject &) = delete;254 void operator=(const ExtensionRAIIObject &) = delete;258 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { in ExtensionRAIIObject() function262 ~ExtensionRAIIObject() { in ~ExtensionRAIIObject()
144 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()1080 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
694 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
1005 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
2353 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
3591 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()