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

  /external/clang/include/clang/Lex/
Token.h 86 StringifiedInMacro = 0x100, // This string or character literal is formed by
297 bool stringifiedInMacro() const {
298 return (Flags & StringifiedInMacro) ? true : false;
  /external/clang/lib/Lex/
TokenLexer.cpp 209 Res.setFlag(Token::StringifiedInMacro);
414 SecondTok.stringifiedInMacro();
    [all...]

Completed in 39 milliseconds