Searched refs:PCHStorage (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h50 class PCHStorage;
123 PrecompiledPreamble(PCHStorage Storage, std::vector<char> PreambleBytes,
162 class PCHStorage { class in class:clang::PrecompiledPreamble
166 PCHStorage() = default;
167 PCHStorage(TempPCHFile File);
168 PCHStorage(InMemoryPreamble Memory);
170 PCHStorage(const PCHStorage &) = delete;
171 PCHStorage &operator=(const PCHStorage
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp260 PCHStorage Storage = StoreInMemory ? PCHStorage(InMemoryPreamble())
261 : PCHStorage(std::move(*TempFile));
399 case PCHStorage::Kind::Empty:
403 case PCHStorage::Kind::InMemory:
405 case PCHStorage::Kind::TempFile: {
524 PCHStorage Storage, std::vector<char> PreambleBytes,
530 assert(this->Storage.getKind() != PCHStorage::Kind::Empty);
587 PrecompiledPreamble::PCHStorage::PCHStorage(TempPCHFil function in class:PrecompiledPreamble::PCHStorage
592 PrecompiledPreamble::PCHStorage::PCHStorage(InMemoryPreamble Memory) function in class:PrecompiledPreamble::PCHStorage
597 PrecompiledPreamble::PCHStorage::PCHStorage(PCHStorage &&Other) : PCHStorage() { function in class:PrecompiledPreamble::PCHStorage
[all...]

Completed in 109 milliseconds