Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp98 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId() argument
101 IsString = IDFlag != 0xffff; in readStringOrId()
103 if (IsString) { in readStringOrId()
213 if (S.IsString) { in printStringOrID()
321 return MinGW && Context.size() == 3 && !Context[0].IsString && in shouldIgnoreDuplicate()
322 Context[0].ID == /* RT_MANIFEST */ 24 && !Context[1].IsString && in shouldIgnoreDuplicate()
324 !Context[2].IsString && Context[2].ID == 0; in shouldIgnoreDuplicate()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp869 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local
870 if (!IsString && Tok.getKind() != tok::identifier && in ParseMicrosoftDeclSpecs()
879 if (IsString) { in ParseMicrosoftDeclSpecs()