Searched refs:ExtensionRAIIObject (Results 1 – 6 of 6) sorted by relevance
253 class ExtensionRAIIObject {254 ExtensionRAIIObject(const ExtensionRAIIObject &) = delete;255 void operator=(const ExtensionRAIIObject &) = delete;259 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { in ExtensionRAIIObject() function263 ~ExtensionRAIIObject() { in ~ExtensionRAIIObject()
147 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()1169 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
1046 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
717 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
2519 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
3900 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()