Home
last modified time | relevance | path

Searched refs:TheiaSemanticHighlightingInformation (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.h101 std::vector<TheiaSemanticHighlightingInformation>
DProtocol.h1568 struct TheiaSemanticHighlightingInformation { struct
1579 bool operator==(const TheiaSemanticHighlightingInformation &Lhs, argument
1580 const TheiaSemanticHighlightingInformation &Rhs);
1582 toJSON(const TheiaSemanticHighlightingInformation &Highlighting);
1589 std::vector<TheiaSemanticHighlightingInformation> Lines;
DSemanticHighlighting.cpp597 std::vector<TheiaSemanticHighlightingInformation>
605 std::vector<TheiaSemanticHighlightingInformation> Lines; in toTheiaSemanticHighlightingInformation()
DProtocol.cpp1294 bool operator==(const TheiaSemanticHighlightingInformation &Lhs, in operator ==()
1295 const TheiaSemanticHighlightingInformation &Rhs) { in operator ==()
1300 toJSON(const TheiaSemanticHighlightingInformation &Highlighting) { in toJSON()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSemanticHighlightingTests.cpp846 std::vector<TheiaSemanticHighlightingInformation> ActualResults = in TEST()
848 std::vector<TheiaSemanticHighlightingInformation> ExpectedResults = { in TEST()