Home
last modified time | relevance | path

Searched refs:fourCCStr (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DRIFF.h47 inline constexpr llvm::StringRef fourCCStr(const FourCC &Data) { in fourCCStr() function
DRIFF.cpp53 return error("not a RIFF container: root is {0}", fourCCStr(RIFF->ID)); in readFile()
/external/llvm-project/clang-tools-extra/clangd/index/
DSerialization.cpp462 return error("wrong RIFF filetype: {0}", riff::fourCCStr(RIFF->Type)); in readRIFF()