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

References

tools/clang/include/clang/Parse/RAIIObjectsForParser.h
   62       : S(Other.S), DiagnosticPool(std::move(Other.DiagnosticPool)),
   62       : S(Other.S), DiagnosticPool(std::move(Other.DiagnosticPool)),
   63         State(Other.State), Active(Other.Active) {
   63         State(Other.State), Active(Other.Active) {
   64       Other.Active = false;