Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h645 const FileEntry *getPCHFile();
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp697 if (const FileEntry *PCHFile = Unit->getPCHFile()) in clang_indexTranslationUnit_Impl()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp2612 const FileEntry *ASTUnit::getPCHFile() { in getPCHFile() function in ASTUnit