Home
last modified time | relevance | path

Searched refs:isNonASCII (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp482 static bool isNonASCII(char c) { return c & 0x80; } in isNonASCII() function
536 if (any_of(LineContents, isNonASCII)) { in print()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp984 bool isNonASCII = SL->containsNonAscii(); in GenerateConstantString() local
989 (LiteralLength < 9) && !isNonASCII) { in GenerateConstantString()
1045 if (isNonASCII) { in GenerateConstantString()
1086 bool isNamed = !isNonASCII; in GenerateConstantString()