Home
last modified time | relevance | path

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

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