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

References

tools/clang/tools/extra/clangd/unittests/FuzzyMatchTests.cpp
   25     if (Word.size() == Annotated->size())
   26       Annotated = llvm::None;
   29     return !Annotated || ActualAnnotated == *Annotated;
   29     return !Annotated || ActualAnnotated == *Annotated;
   35     if (M.Annotated)
   36       OS << "' as " << *M.Annotated;