Searched refs:EnterMacro (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 162 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd, in EnterMacro() function in Preprocessor
|
D | PPMacroExpansion.cpp | 570 EnterMacro(Identifier, ExpansionEnd, MI, Args); in HandleMacroExpandedIdentifier()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPLexerChange.cpp | 124 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd, in EnterMacro() function in Preprocessor
|
D | PPMacroExpansion.cpp | 623 EnterMacro(Identifier, ExpansionEnd, MI, Args); in HandleMacroExpandedIdentifier()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1015 void EnterMacro(Token &Identifier, SourceLocation ILEnd, MacroInfo *Macro,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1336 void EnterMacro(Token &Tok, SourceLocation ILEnd, MacroInfo *Macro,
|