Home
last modified time | relevance | path

Searched refs:getMainFileName (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp922 if (!getMainFileName().empty() && FileNameBuf != getMainFileName()) { in setGenDwarfRootFile()
924 llvm::sys::path::append(FileNameBuf, getMainFileName()); in setGenDwarfRootFile()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.h219 StringRef FromFileName = From->getMainFileName(); in importNode()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h495 StringRef getMainFileName() const;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp369 Timer.setOutput("Cache global code completions for " + getMainFileName()); in CacheCodeCompletionResults()
1452 StringRef ASTUnit::getMainFileName() const { in getMainFileName() function in ASTUnit
1662 ParsingTimer.setOutput("Parsing " + getMainFileName()); in LoadFromCompilerInvocation()
1822 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h711 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp310 std::string(Unit->getMainFileName()), in getCrossTUDefinitionImpl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9360 LogOS << '<' << Unit->getMainFileName() << '>'; in operator <<()