reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/RAIIObjectsForParser.h
  253     ExtensionRAIIObject(const ExtensionRAIIObject &) = delete;
  254     void operator=(const ExtensionRAIIObject &) = delete;
tools/clang/lib/Parse/ParseDecl.cpp
 4048     ExtensionRAIIObject O(Diags);  // Use RAII to do this.
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2555     ExtensionRAIIObject O(Diags);  // Use RAII to do this.
tools/clang/lib/Parse/ParseExpr.cpp
  146     ExtensionRAIIObject O(Diags);
 1193     ExtensionRAIIObject O(Diags);  // Use RAII to do this.
tools/clang/lib/Parse/ParseStmt.cpp
 1097         ExtensionRAIIObject O(Diags);
tools/clang/lib/Parse/Parser.cpp
  792     ExtensionRAIIObject O(Diags);  // Use RAII to do this.