HomeSort by: relevance | last modified time | path
    Searched refs:isNonASCII (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp 471 static bool isNonASCII(char c) { return c & 0x80; }
525 if (any_of(LineContents, isNonASCII)) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 981 bool isNonASCII = SL->containsNonAscii();
986 (LiteralLength < 9) && !isNonASCII) {
1042 if (isNonASCII) {
1083 bool isNamed = !isNonASCII;

Completed in 24 milliseconds