Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp55 std::shared_ptr<PCHContainerOperations> PCHContainerOpts; member in __anon256563180111::PCHPreambleTest
84 PCHContainerOpts = std::make_shared<PCHContainerOperations>(); in ParseAST()
103 CI, PCHContainerOpts, Diags, FileMgr, false, CaptureDiagsKind::None, in ParseAST()
109 bool reparseFailed = AST->Reparse(PCHContainerOpts, GetRemappedFiles(), VFS); in ReparseAST()