Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp106 bool StripSuccess = Str.consume_front("\"") && Str.consume_back("\""); in stripQuotes() local
107 (void)StripSuccess; in stripQuotes()
108 assert(StripSuccess && "Strings should be enclosed in quotes."); in stripQuotes()