Searched refs:isWide (Results 1 – 9 of 9) sorted by relevance
696 if (isWide()) in write()713 protected boolean isWide() in isWide() method in Instruction
250 protected boolean isWide() in isWide() method in VariableInstruction
168 bool isWide() const { return Kind == tok::wide_char_constant; } in isWide() function232 bool isWide() const { return Kind == tok::wide_string_literal; } in isWide() function
164 literal->isWide() ? "std::wstring()" : "std::string()")); in run()
296 else if (Literal.isWide()) in EvaluateValue()
1156 if (isWide()) in CharLiteralParser()
341 return SL->isAscii() || SL->isWide(); in shouldMangleStringLiteral()2427 else if (SL->isWide()) in mangleStringLiteral()
1551 bool isWide() const { return Kind == Wide; } in isWide() function
1515 if (Literal.isWide()) { in ActOnStringLiteral()2971 if (Literal.isWide()) in ActOnCharacterConstant()2983 if (Literal.isWide()) in ActOnCharacterConstant()