OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAscii
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h
193
bool
isAscii
() const { return Kind == tok::char_constant; }
258
bool
isAscii
() const { return Kind == tok::string_literal; }
/src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp
1343
bool NoErrorOnBadEncoding =
isAscii
();
1395
else if (
isAscii
() && NumCharsSoFar == 4)
1397
else if (
isAscii
())
1411
if (
isAscii
() && isMultiChar()) {
1435
if (
isAscii
() && NumCharsSoFar == 1 && (Value & 128) &&
1540
if (
isAscii
()) {
1822
bool NoErrorOnBadEncoding =
isAscii
();
PPDirectives.cpp
1218
assert(Literal.
isAscii
() && "Didn't allow wide strings in");
1368
assert(Literal.
isAscii
() && "Didn't allow wide strings in");
Preprocessor.cpp
1347
assert(Literal.
isAscii
() && "Didn't allow wide strings in");
/src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp
204
assert(Lit && (Lit->
isAscii
() || Lit->isUTF8()));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
257
assert(AsmString->
isAscii
());
265
assert(Literal->
isAscii
());
356
assert(Literal->
isAscii
());
461
assert(Literal->
isAscii
());
SemaChecking.cpp
150
if (!Literal || !Literal->
isAscii
()) {
624
if (!Format->
isAscii
() && !Format->isUTF8())
5846
if (!Literal || !Literal->
isAscii
()) {
5881
if (!Literal || (!Literal->
isAscii
() && !Literal->isUTF8())) {
7227
bool
isAscii
() const { return FExpr->
isAscii
(); }
9250
if (!FExpr->
isAscii
() && !FExpr->isUTF8()) {
SemaExprObjC.cpp
53
if (!S->
isAscii
()) {
451
if (String->
isAscii
()) {
536
assert((SL->
isAscii
() || SL->isUTF8()) &&
SemaDeclAttr.cpp
362
if (!Literal || !Literal->
isAscii
()) {
612
(StrLit->
isAscii
() && StrLit->getString() == StringRef("*"))) {
SemaDeclCXX.cpp
15851
if (!Lit->
isAscii
()) {
SemaExpr.cpp
15792
if (!SL->
isAscii
())
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
1532
if (!SL->
isAscii
()) {
ParseDecl.cpp
1146
if (!MessageStringLiteral->
isAscii
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
1876
bool
isAscii
() const { return getKind() == Ascii; }
1885
if (!
isASCII
(c))
1892
if (!
isASCII
(c) || !c)
Completed in 107 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026