Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() argument
111 Init(Tok, ILEnd, MI, ActualArgs); in TokenLexer()
H A DPreprocessor.h1671 void EnterMacro(Token &Tok, SourceLocation ILEnd, MacroInfo *Macro,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp151 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd, in EnterMacro() argument
155 TokLexer = std::make_unique<TokenLexer>(Tok, ILEnd, Macro, Args, *this); in EnterMacro()
158 TokLexer->Init(Tok, ILEnd, Macro, Args); in EnterMacro()