clang
15.0.0git
|
Go to the source code of this file.
Classes | |
class | clang::detail::MacroExpansionRangeRecorder |
Namespaces | |
clang | |
clang::detail | |
Macros | |
#define | DEBUG_TYPE "macro-expansion-context" |
Functions | |
static void | dumpTokenInto (const clang::Preprocessor &PP, clang::raw_ostream &OS, clang::Token Tok) |
#define DEBUG_TYPE "macro-expansion-context" |
Definition at line 12 of file MacroExpansionContext.cpp.
|
static |
Definition at line 176 of file MacroExpansionContext.cpp.
References clang::Token::getIdentifierInfo(), clang::Token::getLength(), clang::Token::getLiteralData(), clang::Preprocessor::getSpelling(), clang::Token::isAnnotation(), clang::Token::isLiteral(), clang::Token::isNot(), and clang::Token::needsCleaning().
Referenced by clang::detail::MacroExpansionRangeRecorder::MacroExpands().