Searched refs:FileContent (Results 1 – 4 of 4) sorted by relevance
620 parseInvocationList(StringRef FileContent, llvm::sys::path::Style PathStyle) { in parseInvocationList() argument625 llvm::yaml::Stream InvocationFile(FileContent, SM); in parseInvocationList()702 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> FileContent = in lazyInitInvocationList() local704 if (!FileContent) { in lazyInitInvocationList()708 std::unique_ptr<llvm::MemoryBuffer> ContentBuffer = std::move(*FileContent); in lazyInitInvocationList()
109 StringRef FileContent,
302 StringMap<std::vector<std::string>> FileContent; variable
1104 if (FileContent.contains(FileName)) in populateFileContent()1122 FileContent[FileName] = Content; in populateFileContent()1134 const auto &Content = FileContent[FileName]; in constructLineInfo()