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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1620         if (!Candidate.IndexResult->Type.empty())
 1623             PreferredType->raw() == Candidate.IndexResult->Type) {
tools/clang/tools/extra/clangd/index/Merge.cpp
  196   if (S.Type == "")
  197     S.Type = O.Type;
  197     S.Type = O.Type;
tools/clang/tools/extra/clangd/index/Serialization.cpp
  300   writeVar(Strings.index(Sym.Type), OS);
  328   Sym.Type = Data.consumeString(Strings);
tools/clang/tools/extra/clangd/index/Symbol.h
  155   CB(S.Type);
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  617       S.Type = TypeStorage->raw();
tools/clang/tools/extra/clangd/index/YAMLSerialization.cpp
  206     IO.mapOptional("Type", Sym.Type);
tools/clang/tools/extra/clangd/index/dex/Dex.cpp
   60   if (!Sym.Type.empty())
   61     Result.emplace_back(Token::Kind::Type, Sym.Type);
tools/clang/tools/extra/clangd/unittests/DexTests.cpp
  725   Sym1.Type = "T1";
  727   Sym2.Type = "T2";
  738   Req.PreferredTypes = {Sym1.Type};
  741   Req.PreferredTypes = {Sym2.Type};
tools/clang/tools/extra/clangd/unittests/IndexTests.cpp
  303   R.Type = "expectedType";
  312   EXPECT_EQ(M.Type, "expectedType");