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.h1071 struct MacroAnnotationInfo { struct
1077 std::optional<MacroAnnotationInfo> DeprecationInfo; argument
1078 std::optional<MacroAnnotationInfo> RestrictExpansionInfo;
2960 MacroAnnotationInfo{AnnotationLoc, std::move(Msg)}; in addMacroDeprecationMsg()
2966 MacroAnnotationInfo{AnnotationLoc, std::move(Msg)}; in addRestrictExpansionMsg()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1476 const MacroAnnotationInfo &Info = *A.DeprecationInfo; in emitMacroDeprecationWarning()
1491 const MacroAnnotationInfo &Info = *A.RestrictExpansionInfo; in emitRestrictExpansionWarning()