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.cpp1474 assert(A.DeprecationInfo && in emitMacroDeprecationWarning()
1476 const MacroAnnotationInfo &Info = *A.DeprecationInfo; in emitMacroDeprecationWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1077 std::optional<MacroAnnotationInfo> DeprecationInfo; member
2959 AnnotationInfos[II].DeprecationInfo = in addMacroDeprecationMsg()