Home
last modified time | relevance | path

Searched refs:emitMacroDeprecationWarning (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2906 emitMacroDeprecationWarning(Identifier);
2930 void emitMacroDeprecationWarning(const Token &Identifier) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1439 void Preprocessor::emitMacroDeprecationWarning(const Token &Identifier) const { in emitMacroDeprecationWarning() function in Preprocessor