Searched refs:isAscii (Results 1 – 15 of 15) sorted by relevance
28 inline boolean isAscii(int c) __attribute__((always_inline));62 inline boolean isAscii(int c) in isAscii() function
152 bool isAscii() const { return Kind == tok::char_constant; } in isAscii() function215 bool isAscii() const { return Kind == tok::string_literal; } in isAscii() function
209 bool isAscii = false; in LookupAltName() local215 isAscii = true; in LookupAltName()227 if ((isAscii && systemCp == fontCp) || (!isAscii && systemCp != fontCp)) { in LookupAltName()
92 if (!AsmString->isAscii()) in ActOnGCCAsmStmt()98 if (!Literal->isAscii()) in ActOnGCCAsmStmt()130 if (!Literal->isAscii()) in ActOnGCCAsmStmt()193 if (!Literal->isAscii()) in ActOnGCCAsmStmt()
1449 if (!Str || !Str->isAscii()) { in handleWeakRefAttr()1474 if (!Str || !Str->isAscii()) { in handleAliasAttr()2306 if (!Str || !Str->isAscii()) { in handleVisibilityAttr()4013 if (!Str || !Str->isAscii()) { in CheckCallingConvAttr()4572 if (!Str || !Str->isAscii()) { in handleUuidAttr()
55 if (!S->isAscii()) { in ParseObjCStringLiteral()391 if (String->isAscii()) { in CheckObjCCollectionLiteralElement()
88 if (!Literal || !Literal->isAscii()) { in SemaBuiltinAnnotation()1549 if (!Literal || !Literal->isAscii()) { in CheckObjCString()3440 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()
10405 if (!SL || !SL->isAscii()) in MakeObjCStringLiteralFixItHint()
1007 bool NoErrorOnBadEncoding = isAscii(); in CharLiteralParser()1061 else if (isAscii() && NumCharsSoFar == 4) in CharLiteralParser()1063 else if (isAscii()) in CharLiteralParser()1076 if (isAscii() && isMultiChar()) { in CharLiteralParser()1100 if (isAscii() && NumCharsSoFar == 1 && (Value & 128) && in CharLiteralParser()1205 if (isAscii()) { in init()1451 bool NoErrorOnBadEncoding = isAscii(); in CopyStringFragment()
773 assert(Literal.isAscii() && "Didn't allow wide strings in"); in FinishLexStringLiteral()
924 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandleLineDirective()1060 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandleDigitDirective()
196 function isAscii(c) { function224 if (isAscii(keyLabel) &&
288 function isAscii(c) { function325 if (isAscii(keyLabel) &&
2541 if (S->isAscii() || S->isUTF8()) { in GetAddrOfConstantStringFromLiteral()
1528 bool isAscii() const { return Kind == Ascii; } in isAscii() function