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

/external/clang/include/clang/Lex/
H A DToken.h264 bool hasUCN() const { return (Flags & HasUCN) ? true : false; } function in class:clang::Token
/external/clang/lib/Lex/
H A DPreprocessor.cpp404 if (Tok.isNot(tok::raw_identifier) && !Tok.hasUCN()) {
511 if (!Identifier.needsCleaning() && !Identifier.hasUCN()) {
519 if (Identifier.hasUCN()) {
H A DLiteralSupport.cpp674 // FIXME: Don't bother expanding UCNs if !tok.hasUCN().
1048 // FIXME: Don't bother with this if !tok.hasUCN().
1368 if (StringToks[i].hasUCN())
1377 if (StringToks[i].hasUCN()) {

Completed in 928 milliseconds