Searched defs:ILEnd (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DTokenLexer.h99 /// ILEnd specifies the location of the ')' for a function-like macro or the
101 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, argument
104 Init(Tok, ILEnd, MI, ActualArgs);
109 /// ownership of the ActualArgs pointer. ILEnd specifies the location of the
111 void Init(Token &Tok, SourceLocation ILEnd, MacroInfo *MI,
/external/clang/lib/Lex/
H A DPPLexerChange.cpp159 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd, argument
163 TokLexer = new TokenLexer(Tok, ILEnd, Macro, Args, *this);
166 TokLexer->Init(Tok, ILEnd, Macro, Args);

Completed in 121 milliseconds