Searched defs:EntryFile (Results 1 – 3 of 3) sorted by relevance
45 std::unique_ptr<ASTUnit> ParseAST(StringRef EntryFile) { in ParseAST() argument
83 std::unique_ptr<ASTUnit> ParseAST(const std::string &EntryFile) { in ParseAST() argument
130 if (auto EntryFile = CI.getFileManager().getOptionalFileRef(Entry.Path)) { in getRelativeIncludeName() local