Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2794 void addMacroDeprecationMsg(const IdentifierInfo *II, std::string Msg, in addMacroDeprecationMsg() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp2060 PP.addMacroDeprecationMsg(II, std::move(MessageString), in HandlePragma()