Home
last modified time | relevance | path

Searched defs:EntryFile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp83 std::unique_ptr<ASTUnit> ParseAST(const std::string &EntryFile) { in ParseAST()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp134 if (auto EntryFile = CI.getFileManager().getOptionalFileRef(Entry.Path)) { in getRelativeIncludeName() local