Searched refs:needsCleaning (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Lex/
H A DTokenConcatenation.cpp51 if (!Tok.needsCleaning()) {
125 } else if (!Tok.needsCleaning()) {
H A DPreprocessor.cpp203 if (Tok.needsCleaning()) {
411 if (Tok.needsCleaning())
511 if (!Identifier.needsCleaning() && !Identifier.hasUCN()) {
H A DPPDirectives.cpp335 if (!Tok.needsCleaning() && RI.size() < 20) {
/external/clang/include/clang/Lex/
H A DToken.h251 bool needsCleaning() const { return (Flags & NeedsCleaning) ? true : false; } function in class:clang::Token
H A DPreprocessor.h1079 assert(!Tok.needsCleaning() && "Token can't need cleaning with length 1");
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp638 } else if (Tok.isLiteral() && !Tok.needsCleaning() &&

Completed in 305 milliseconds