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

Declarations

tools/clang/tools/extra/clangd/index/FileIndex.h
  106   void updateMain(PathRef Path, ParsedAST &AST);

References

tools/clang/tools/extra/clangd/ClangdServer.cpp
   73       FIndex->updateMain(Path, AST);
tools/clang/tools/extra/clangd/unittests/FileIndexTests.cpp
  332   Index.updateMain(Test.Filename, AST);
  339   Index.updateMain(Test2.Filename, AST);
  384   Index.updateMain(testPath(TU.Filename), AST);
  403   Index.updateMain(testPath("foo.h"), HeaderAST);
  404   Index.updateMain(testPath("foo.cpp"), CppAST);
tools/clang/tools/extra/clangd/unittests/IndexTests.cpp
  370   Dyn.updateMain(Test.Filename, AST);
  378   StaticIndex.updateMain(Test.Filename, StaticAST);
  387   StaticIndex.updateMain(Test2.Filename, StaticAST);
tools/clang/tools/extra/clangd/unittests/TestTU.cpp
   93   Idx->updateMain(Filename, AST);