Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DFrontendActionTest.cpp265 llvm::ToolOutputFile PCHFile(PCHFilename, PCHFD); in TEST() local
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp697 if (const FileEntry *PCHFile = Unit->getPCHFile()) in clang_indexTranslationUnit_Impl() local
698 DataConsumer.importedPCH(PCHFile); in clang_indexTranslationUnit_Impl()