Home
last modified time | relevance | path

Searched refs:ArgMacro (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp512 ArgMacro = &Identifier; in HandleMacroExpandedIdentifier()
518 ArgMacro = nullptr; in HandleMacroExpandedIdentifier()
H A DPPDirectives.cpp1172 Diag(*ArgMacro, diag::note_macro_expansion_here) in HandleDirective()
1173 << ArgMacro->getIdentifierInfo(); in HandleDirective()
H A DPreprocessor.cpp106 ArgMacro = nullptr; in Preprocessor()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h186 Token* ArgMacro; variable