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

  /external/clang/lib/Lex/
PPLexerChange.cpp 157 /// EnterMacro - Add a Macro to the top of the include stack and start lexing
159 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd,
PPMacroExpansion.cpp 322 EnterMacro(Identifier, ExpansionEnd, Args);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 539 /// EnterMacro - Add a Macro to the top of the include stack and start lexing
545 void EnterMacro(Token &Identifier, SourceLocation ILEnd, MacroArgs *Args);
    [all...]

Completed in 298 milliseconds