Searched refs:ILEnd (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/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,
H A DPreprocessor.h671 /// ILEnd specifies the location of the ')' for a function-like macro or the
673 void EnterMacro(Token &Identifier, SourceLocation ILEnd, MacroInfo *Macro,
/freebsd-10.2-release/contrib/llvm/tools/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 50 milliseconds