Home
last modified time | relevance | path

Searched refs:NeedsCleaning (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Lex/
DToken.h79 NeedsCleaning = 0x08, // Contained an escaped newline or trigraph. enumerator
282 bool needsCleaning() const { return getFlag(NeedsCleaning); } in needsCleaning()
/external/llvm-project/clang/include/clang/Lex/
DToken.h78 NeedsCleaning = 0x08, // Contained an escaped newline or trigraph. enumerator
285 bool needsCleaning() const { return getFlag(NeedsCleaning); } in needsCleaning()
/external/clang/lib/Lex/
DLexer.cpp1269 if (Tok) Tok->setFlag(Token::NeedsCleaning); in getCharAndSizeSlow()
1299 if (Tok) Tok->setFlag(Token::NeedsCleaning); in getCharAndSizeSlow()
2934 Result.clearFlag(Token::NeedsCleaning); in LexTokenInternal()
DPPMacroExpansion.cpp1559 Tok.clearFlag(Token::NeedsCleaning); in ExpandBuiltinMacro()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1333 if (Tok) Tok->setFlag(Token::NeedsCleaning); in getCharAndSizeSlow()
1357 if (Tok) Tok->setFlag(Token::NeedsCleaning); in getCharAndSizeSlow()
3202 Result.clearFlag(Token::NeedsCleaning); in LexTokenInternal()
/external/clang/docs/
DInternalsManual.rst627 #. **NeedsCleaning** --- This flag is set if the original spelling for the
/external/llvm-project/clang/docs/
DInternalsManual.rst652 #. **NeedsCleaning** --- This flag is set if the original spelling for the