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.
256 /// needsCleaning - Return true if this token has trigraphs or escaped
259 bool needsCleaning() const { return (Flags & NeedsCleaning) ? true : false; }
  /external/clang/lib/Lex/
Lexer.cpp 268 if (!token.needsCleaning())
302 if (!Tok.needsCleaning())
316 "NeedsCleaning flag set on something that didn't need cleaning!");
362 if (!Tok.needsCleaning()) {
376 "NeedsCleaning flag set on something that didn't need cleaning!");
584 if (TheTok.getKind() == tok::raw_identifier && !TheTok.needsCleaning()) {
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 477 milliseconds