Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsResource.h235 bool IsString; member
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp98 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp149 bool IsString = stripQuotes(Str, IsLongString); in processString() local
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp772 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go430 func (a Attribute) IsString() bool { func