Home
last modified time | relevance | path

Searched defs:PCHStorage (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h52 class PCHStorage; variable
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp694 PrecompiledPreamble::PCHStorage::PCHStorage(TempPCHFile File) in PCHStorage() function in PrecompiledPreamble::PCHStorage
699 PrecompiledPreamble::PCHStorage::PCHStorage(InMemoryPreamble Memory) in PCHStorage() function in PrecompiledPreamble::PCHStorage
704 PrecompiledPreamble::PCHStorage::PCHStorage(PCHStorage &&Other) : PCHStorage() { in PCHStorage() function in PrecompiledPreamble::PCHStorage
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp379 opt<PCHStorageFlag> PCHStorage{ variable