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

References

include/llvm/ADT/StringSwitch.h
   68     if (!Result && Str == S) {
   75     if (!Result && Str.endswith(S)) {
   82     if (!Result && Str.startswith(S)) {
  141     if (!Result && Str.equals_lower(S))
  148     if (!Result && Str.endswith_lower(S))
  155     if (!Result && Str.startswith_lower(S))