Searched refs:ExtensionRAIIObject (Results 1 – 6 of 6) sorted by relevance
246 class ExtensionRAIIObject {247 ExtensionRAIIObject(const ExtensionRAIIObject &) = delete;248 void operator=(const ExtensionRAIIObject &) = delete;252 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { in ExtensionRAIIObject() function256 ~ExtensionRAIIObject() { in ~ExtensionRAIIObject()
144 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()1018 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
976 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
663 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
2295 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
3381 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()