Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1472 const MacroAnnotations &A = in emitMacroDeprecationWarning()
1487 const MacroAnnotations &A = in emitRestrictExpansionWarning()
1508 const MacroAnnotations &A = in emitFinalMacroWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1076 struct MacroAnnotations { struct
1083 llvm::DenseMap<const IdentifierInfo *, MacroAnnotations> AnnotationInfos; argument
2973 const MacroAnnotations &getMacroAnnotations(const IdentifierInfo *II) const { in getMacroAnnotations()