Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5616 bool isAscii() const { return FExpr->isOrdinary(); } in isAscii() function in __anon28c3fbb11a11::FormatStringLiteral
7817 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()