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

  /external/clang/include/clang/Lex/
Token.h 80 LeadingEmptyMacro = 0x10, // Empty macro exists before this token.
256 return (Flags & LeadingEmptyMacro) ? true : false;
  /external/clang/lib/Lex/
TokenLexer.cpp 421 Tok.setFlag(Token::LeadingEmptyMacro);
    [all...]
PPMacroExpansion.cpp 321 Identifier.setFlag(Token::LeadingEmptyMacro);
    [all...]
Lexer.cpp     [all...]

Completed in 49 milliseconds