Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DTokenLexer.h109 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() argument
112 Init(Tok, ILEnd, MI, ActualArgs); in TokenLexer()
119 void Init(Token &Tok, SourceLocation ILEnd, MacroInfo *MI,
DPreprocessor.h1015 void EnterMacro(Token &Identifier, SourceLocation ILEnd, MacroInfo *Macro,
/external/llvm-project/clang/include/clang/Lex/
DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() argument
111 Init(Tok, ILEnd, MI, ActualArgs); in TokenLexer()
DPreprocessor.h1336 void EnterMacro(Token &Tok, SourceLocation ILEnd, MacroInfo *Macro,
/external/clang/lib/Lex/
DPPLexerChange.cpp162 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd, in EnterMacro() argument
166 TokLexer = llvm::make_unique<TokenLexer>(Tok, ILEnd, Macro, Args, *this); in EnterMacro()
169 TokLexer->Init(Tok, ILEnd, Macro, Args); in EnterMacro()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp124 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd, in EnterMacro() argument
128 TokLexer = std::make_unique<TokenLexer>(Tok, ILEnd, Macro, Args, *this); in EnterMacro()
131 TokLexer->Init(Tok, ILEnd, Macro, Args); in EnterMacro()