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

Derived Classes

tools/clang/tools/extra/clangd/Diagnostics.h
   81 struct Note : DiagBase {};
   84 struct Diag : DiagBase {

References

tools/clang/tools/extra/clangd/Diagnostics.cpp
  197 void printDiag(llvm::raw_string_ostream &OS, const DiagBase &D) {
  253 std::string noteMessage(const Diag &Main, const DiagBase &Note,
  269 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const DiagBase &D) {
  479                                 clangd::DiagBase &D) {
tools/clang/tools/extra/clangd/Diagnostics.h
   68 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const DiagBase &D);
   81 struct Note : DiagBase {};
   84 struct Diag : DiagBase {
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2211   bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
 2217   bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
 3914   internal::FieldMatcher<Class, FieldType> > Field(