Searched refs:getMainFileName (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp754 if (!getMainFileName().empty() && FileNameBuf != getMainFileName()) {
756 llvm::sys::path::append(FileNameBuf, getMainFileName());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp368 Timer.setOutput("Cache global code completions for " + getMainFileName());
1465 StringRef ASTUnit::getMainFileName() const { function in class:ASTUnit
1685 ParsingTimer.setOutput("Parsing " + getMainFileName());
1842 ParsingTimer.setOutput("Reparsing " + getMainFileName());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h495 StringRef getMainFileName() const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h591 const std::string &getMainFileName() const { return MainFileName; } function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp283 std::string(Unit->getMainFileName()),

Completed in 101 milliseconds