Home
last modified time | relevance | path

Searched defs:getSourceFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp20 std::string LookupResult::getSourceFile(uint32_t Index) const { getSourceFile() function in LookupResult
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp61 std::optional<Path> getSourceFile(llvm::StringRef FileName, in getSourceFile() function
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h637 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
656 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp284 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() function in CodeCoverageTool