Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1083 llvm::DenseMap<const IdentifierInfo *, MacroAnnotations> AnnotationInfos; variable
2959 AnnotationInfos[II].DeprecationInfo = in addMacroDeprecationMsg()
2965 AnnotationInfos[II].RestrictExpansionInfo = in addRestrictExpansionMsg()
2970 AnnotationInfos[II].FinalAnnotationLoc = AnnotationLoc; in addFinalLoc()
2974 return AnnotationInfos.find(II)->second; in getMacroAnnotations()