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()
156 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()1510 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
904 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
1265 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
2949 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
4910 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()