HomeSort by relevance Sort by last modified time
    Searched refs:NeedsCleaning (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
Token.h 77 NeedsCleaning = 0x08, // Contained an escaped newline or trigraph.
255 /// needsCleaning - Return true if this token has trigraphs or escaped
258 bool needsCleaning() const { return (Flags & NeedsCleaning) ? true : false; }
  /external/clang/lib/Lex/
Lexer.cpp 265 if (!token.needsCleaning())
299 if (!Tok.needsCleaning())
313 "NeedsCleaning flag set on something that didn't need cleaning!");
359 if (!Tok.needsCleaning()) {
373 "NeedsCleaning flag set on something that didn't need cleaning!");
581 if (TheTok.getKind() == tok::raw_identifier && !TheTok.needsCleaning()) {
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 191 milliseconds