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

References

lib/Option/Option.cpp
   63     for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) {
   63     for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) {
   64       O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", ");
   64       O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", ");