Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Frontend/
DPCHPreambleTest.cpp51 std::shared_ptr<PCHContainerOperations> PCHContainerOpts; member in __anonc371bed80111::PCHPreambleTest
80 PCHContainerOpts = std::make_shared<PCHContainerOperations>(); in ParseAST()
99 CI, PCHContainerOpts, Diags, FileMgr, false, CaptureDiagsKind::None, in ParseAST()
105 bool reparseFailed = AST->Reparse(PCHContainerOpts, GetRemappedFiles(), VFS); in ReparseAST()