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

  /external/clang/include/clang/Lex/
Token.h 78 LeadingEmptyMacro = 0x10 // Empty macro exists before this token.
263 return (Flags & LeadingEmptyMacro) ? true : false;
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 262 Identifier.setFlag(Token::LeadingEmptyMacro);
    [all...]

Completed in 269 milliseconds