Searched defs:IsString (Results 1 – 4 of 4) sorted by relevance
47 V8_INLINE FX_BOOL IsString() const { in IsString() function
138 bool IsString() const { in IsString() function
93 bool IsString() const { return m_Type == PDFOBJ_STRING; } in IsString() function
555 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local