Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp186 if (Id > 0 && HasPrecedingComma[Id]) in log()
H A DResourceScriptStmt.h771 std::vector<bool> HasPrecedingComma; variable
776 HasPrecedingComma(std::move(CommasBeforeVals)) {} in VersionInfoValue()
H A DResourceFileWriter.cpp1418 Id == Val.Values.size() - 1 || Val.HasPrecedingComma[Id + 1]; in writeVersionInfoValue()