Home
last modified time | relevance | path

Searched refs:Reparse (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/unittests/Frontend/
H A DReparseWorkingDirTest.cpp74 AST->Reparse(PCHContainerOpts, /*RemappedFiles*/ {}, VFS); in ReparseAST()
109 // Reparse and check that the working directory was preserved. in TEST_F()
H A DPCHPreambleTest.cpp110 bool reparseFailed = AST->Reparse(PCHContainerOpts, GetRemappedFiles(), VFS); in ReparseAST()
146 // Reparse and check that the preamble was reused. in TEST_F()
/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h855 /// Reparse the source files using the same command-line options that
866 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp666 TEST_F(LibclangReparseTest, Reparse) { in TEST_F() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp224 TEST(ClangdServerTest, Reparse) { in TEST()
223 TEST(ClangdServerTest,Reparse) TEST() argument
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1871 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse()
1878 assert(FileMgr && "FileMgr is null on Reparse call"); in Reparse()
1864 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, Reparse() function in ASTUnit
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp4944 if (!CXXUnit->Reparse(CXXIdx->getPCHContainerOperations(), in clang_getFileUniqueID()