Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp505 ArgMacro = &Identifier; in HandleMacroExpandedIdentifier()
511 ArgMacro = nullptr; in HandleMacroExpandedIdentifier()
DPPDirectives.cpp1033 Diag(*ArgMacro, diag::note_macro_expansion_here) in HandleDirective()
1034 << ArgMacro->getIdentifierInfo(); in HandleDirective()
DPreprocessor.cpp106 ArgMacro = nullptr; in Preprocessor()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h183 Token* ArgMacro; variable