Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1366 llvm::ErrorOr<PrecompiledPreamble> NewPreamble = PrecompiledPreamble::Build( in getMainBufferWithPrecompiledPreamble() local
1373 if (NewPreamble) { in getMainBufferWithPrecompiledPreamble()
1374 Preamble = std::move(*NewPreamble); in getMainBufferWithPrecompiledPreamble()
1377 switch (static_cast<BuildPreambleError>(NewPreamble.getError().value())) { in getMainBufferWithPrecompiledPreamble()