Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h235 bool IsString; member
239 StringOrID(uint32_t ID) : IsString(false), ID(ID) {} in StringOrID()
240 StringOrID(ArrayRef<UTF16> String) : IsString(true), String(String) {} in StringOrID()
/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp99 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId() argument
102 IsString = IDFlag != 0xffff; in readStringOrId()
104 if (IsString) { in readStringOrId()
214 if (S.IsString) { in printStringOrID()
322 return MinGW && Context.size() == 3 && !Context[0].IsString && in shouldIgnoreDuplicate()
323 Context[0].ID == /* RT_MANIFEST */ 24 && !Context[1].IsString && in shouldIgnoreDuplicate()
325 !Context[2].IsString && Context[2].ID == 0; in shouldIgnoreDuplicate()
/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp149 bool IsString = stripQuotes(Str, IsLongString); in processString() local
168 if (!IsString) { in processString()
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp988 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs()
989 if (!IsString && Tok.getKind() != tok::identifier && in ParseMicrosoftDeclSpecs()
998 if (IsString) { in ParseMicrosoftTypeAttributes()
947 bool IsString = Tok.getKind() == tok::string_literal; ParseMicrosoftDeclSpecs() local
/llvm-project/clang/include/clang/Basic/
H A DAttr.td301 bit IsString = is_string;
319 bit IsString = is_string;