Home
last modified time | relevance | path

Searched refs:ExtensionRAIIObject (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Parse/
DRAIIObjectsForParser.h246 class ExtensionRAIIObject {
247 ExtensionRAIIObject(const ExtensionRAIIObject &) = delete;
248 void operator=(const ExtensionRAIIObject &) = delete;
252 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { in ExtensionRAIIObject() function
256 ~ExtensionRAIIObject() { in ~ExtensionRAIIObject()
DParseExpr.cpp144 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()
1018 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
DParseStmt.cpp976 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
DParser.cpp663 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
DParseDeclCXX.cpp2295 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
DParseDecl.cpp3381 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()