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

References

tools/clang/lib/AST/PrintfFormatString.cpp
  136         MatchedStr = Matches[1];
  142         if (MatchedStr.startswith("mask")) {
  143           StringRef MaskType = MatchedStr.substr(sizeof("mask.") - 1);
  148         } else if (MatchedStr.equals("sensitive"))
  152                  MatchedStr.equals("private"))
  154         else if (PrivacyFlags == 0 && MatchedStr.equals("public"))
  177       FS.setIsPrivate(MatchedStr.data());
  180       FS.setIsPublic(MatchedStr.data());
  183       FS.setIsSensitive(MatchedStr.data());