Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1047 struct MacroAnnotationInfo { struct
1053 std::optional<MacroAnnotationInfo> DeprecationInfo; argument
1054 std::optional<MacroAnnotationInfo> RestrictExpansionInfo;
1059 return MacroAnnotations{MacroAnnotationInfo{Loc, std::move(Msg)}, in makeDeprecation()
1066 std::nullopt, MacroAnnotationInfo{Loc, std::move(Msg)}, std::nullopt}; in makeRestrictExpansion()
2874 MacroAnnotationInfo{AnnotationLoc, std::move(Msg)}; in addMacroDeprecationMsg()
2886 MacroAnnotationInfo{AnnotationLoc, std::move(Msg)}; in addRestrictExpansionMsg()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1444 const MacroAnnotationInfo &Info = *A.DeprecationInfo; in emitMacroDeprecationWarning()
1459 const MacroAnnotationInfo &Info = *A.RestrictExpansionInfo; in emitRestrictExpansionWarning()