Searched refs:Reparse (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/unittests/Frontend/ |
H A D | ReparseWorkingDirTest.cpp | 74 AST->Reparse(PCHContainerOpts, /*RemappedFiles*/ {}, VFS); in ReparseAST() 109 // Reparse and check that the working directory was preserved. in TEST_F()
|
H A D | PCHPreambleTest.cpp | 110 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 D | ASTUnit.h | 855 /// 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 D | LibclangTest.cpp | 666 TEST_F(LibclangReparseTest, Reparse) { in TEST_F() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ClangdTests.cpp | 224 TEST(ClangdServerTest, Reparse) { in TEST() 223 TEST(ClangdServerTest,Reparse) TEST() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1871 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 D | CIndex.cpp | 4944 if (!CXXUnit->Reparse(CXXIdx->getPCHContainerOperations(), in clang_getFileUniqueID()
|