Searched defs:IsString (Results 1 – 3 of 3) sorted by relevance
141 bool IsString() const { in IsString() function
22 def IsString(var): function
551 bool IsString = Tok.getKind() == tok::string_literal ? true : false; in ParseMicrosoftDeclSpec() local