Home
last modified time | relevance | path

Searched refs:hasUCN (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h306 bool hasUCN() const { return getFlag(HasUCN); } in hasUCN() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp473 if (Tok.isNot(tok::raw_identifier) && !Tok.hasUCN()) { in getSpelling()
704 if (!Identifier.needsCleaning() && !Identifier.hasUCN()) { in LookUpIdentifierInfo()
712 if (Identifier.hasUCN()) { in LookUpIdentifierInfo()
H A DLiteralSupport.cpp2078 if (StringToks[i].hasUCN()) in init()
2087 if (StringToks[i].hasUCN()) { in init()
H A DLexer.cpp461 else if (!Tok.hasUCN()) { in getSpelling()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp583 !T.hasUCN()) { // FIXME: support needsCleaning and hasUCN cases. in tokenize()