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.cpp458 ArgMacro = &Identifier; in HandleMacroExpandedIdentifier()
464 ArgMacro = nullptr; in HandleMacroExpandedIdentifier()
H A DPreprocessor.cpp108 ArgMacro = nullptr; in Preprocessor()
H A DPPDirectives.cpp1270 Diag(*ArgMacro, diag::note_macro_expansion_here) in HandleDirective()
1271 << ArgMacro->getIdentifierInfo(); in HandleDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h210 Token* ArgMacro; variable