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 82 LeadingEmptyMacro = 0x10, // Empty macro exists before this token.
278 return (Flags & LeadingEmptyMacro) ? true : false;
  /external/clang/lib/Lex/
TokenLexer.cpp 430 Tok.setFlag(Token::LeadingEmptyMacro);
    [all...]
PPMacroExpansion.cpp 328 Identifier.setFlag(Token::LeadingEmptyMacro);
    [all...]
Lexer.cpp     [all...]

Completed in 81 milliseconds