Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h167 bool isAscii() const { return Kind == tok::char_constant; } in isAscii() function
231 bool isAscii() const { return Kind == tok::string_literal; } in isAscii() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1562 bool isAscii() const { return Kind == Ascii; } in isAscii() function