Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h252 class ExtensionRAIIObject {
253 ExtensionRAIIObject(const ExtensionRAIIObject &) = delete;
254 void operator=(const ExtensionRAIIObject &) = delete;
258 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { in ExtensionRAIIObject() function
262 ~ExtensionRAIIObject() { in ~ExtensionRAIIObject()
DParseExpr.cpp144 ExtensionRAIIObject O(Diags); in ParseExpressionWithLeadingExtension()
1080 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCastExpression()
DParser.cpp694 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseExternalDeclaration()
DParseStmt.cpp1005 ExtensionRAIIObject O(Diags); in ParseCompoundStatementBody()
DParseDeclCXX.cpp2353 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseCXXClassMemberDeclaration()
DParseDecl.cpp3591 ExtensionRAIIObject O(Diags); // Use RAII to do this. in ParseStructDeclaration()