Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h321 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h543 StringRef getMainFileName() const;
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp348 Timer.setOutput("Cache global code completions for " + getMainFileName()); in CacheCodeCompletionResults()
1673 StringRef ASTUnit::getMainFileName() const { in getMainFileName() function in ASTUnit
1878 ParsingTimer.setOutput("Parsing " + getMainFileName()); in LoadFromCompilerInvocation()
2016 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp628 0, StringRef(), getContext().getMainFileName())); in Run()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7178 LogOS << '<' << Unit->getMainFileName() << '>'; in operator <<()