Searched refs:hasUCN (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
H A DToken.h293 bool hasUCN() const { return getFlag(HasUCN); } function in class:clang::Token
/external/clang/lib/Lex/
H A DLiteralSupport.cpp659 // FIXME: Don't bother expanding UCNs if !tok.hasUCN().
1054 // FIXME: Don't bother with this if !tok.hasUCN().
1376 if (StringToks[i].hasUCN())
1385 if (StringToks[i].hasUCN()) {
H A DPreprocessor.cpp444 if (Tok.isNot(tok::raw_identifier) && !Tok.hasUCN()) {
551 if (!Identifier.needsCleaning() && !Identifier.hasUCN()) {
559 if (Identifier.hasUCN()) {

Completed in 728 milliseconds