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.cpp513 ArgMacro = &Identifier; in HandleMacroExpandedIdentifier()
519 ArgMacro = nullptr; in HandleMacroExpandedIdentifier()
H A DPreprocessor.cpp110 ArgMacro = nullptr; in Preprocessor()
H A DPPDirectives.cpp1244 Diag(*ArgMacro, diag::note_macro_expansion_here) in HandleDirective()
1245 << ArgMacro->getIdentifierInfo(); in HandleDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h196 Token* ArgMacro; variable