Searched refs:getMainFileName (Results 1 – 7 of 7) sorted by relevance
439 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function
342 Timer.setOutput("Cache global code completions for " + getMainFileName()); in CacheCodeCompletionResults()1682 StringRef ASTUnit::getMainFileName() const { in getMainFileName() function in ASTUnit1893 ParsingTimer.setOutput("Parsing " + getMainFileName()); in LoadFromCompilerInvocation()2037 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()
547 StringRef getMainFileName() const;
511 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function
721 0, StringRef(), getContext().getMainFileName())); in Run()
845 0, StringRef(), getContext().getMainFileName())); in enabledGenDwarfForAssembly()
7938 LogOS << '<' << Unit->getMainFileName() << '>'; in operator <<()