Searched refs:getMainFileName (Results 1 – 4 of 4) sorted by relevance
966 if (!getMainFileName().empty() && FileNameBuf != getMainFileName()) { in setGenDwarfRootFile()968 llvm::sys::path::append(FileNameBuf, getMainFileName()); in setGenDwarfRootFile()
498 StringRef getMainFileName() const;
369 Timer.setOutput("Cache global code completions for " + getMainFileName()); in CacheCodeCompletionResults()1502 StringRef ASTUnit::getMainFileName() const { in getMainFileName() function in ASTUnit1712 ParsingTimer.setOutput("Parsing " + getMainFileName()); in LoadFromCompilerInvocation()1878 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()
684 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function