OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Jun 16 00:25:01 UTC 2026