HomeSort by: relevance | last modified time | path
    Searched refs:hasUCN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h 81 HasUCN = 0x40, // This identifier contains a UCN.
296 bool hasUCN() const { return getFlag(HasUCN); }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 740 // FIXME: Don't bother expanding UCNs if !tok.hasUCN().
1283 // FIXME: Don't bother with this if !tok.hasUCN().
1605 if (StringToks[i].hasUCN())
1614 if (StringToks[i].hasUCN()) {
Preprocessor.cpp 463 if (Tok.isNot(tok::raw_identifier) && !Tok.hasUCN()) {
701 if (!Identifier.needsCleaning() && !Identifier.hasUCN()) {
709 if (Identifier.hasUCN()) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp 537 !T.hasUCN()) { // FIXME: support needsCleaning and hasUCN cases.

Completed in 41 milliseconds