Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1433 assert(A.DeprecationInfo && in emitMacroDeprecationWarning()
1435 const MacroAnnotationInfo &Info = *A.DeprecationInfo; in emitMacroDeprecationWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1033 std::optional<MacroAnnotationInfo> DeprecationInfo; member
2802 Annotations->second.DeprecationInfo = in addMacroDeprecationMsg()