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()
147 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()1406 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
867 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
1174 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
2652 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
4340 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()