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

References

tools/clang/tools/extra/clangd/unittests/IndexActionTests.cpp
  129                        AllOf(IsTU(), IncludesAre({Level1HeaderPath}),
  132                        AllOf(Not(IsTU()), IncludesAre({Level2HeaderPath}),
  135                        AllOf(Not(IsTU()), IncludesAre({}),
  158           Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}),
  160           Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}),
  193                       AllOf(IsTU(), IncludesAre({HeaderPath, CommonHeaderPath}),
  196                       AllOf(Not(IsTU()), IncludesAre({CommonHeaderPath}),
  199                       AllOf(Not(IsTU()), IncludesAre({}),
  226                AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}),
  228           Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({}),