Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSourceMgr.cpp331 static bool isNonASCII(char c) { in isNonASCII() function
396 if (std::find_if(LineContents.begin(), LineContents.end(), isNonASCII) != in print()