Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1473 getMacroAnnotations(Identifier.getIdentifierInfo()); in emitMacroDeprecationWarning()
1488 getMacroAnnotations(Identifier.getIdentifierInfo()); in emitRestrictExpansionWarning()
1509 getMacroAnnotations(Identifier.getIdentifierInfo()); in emitFinalMacroWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2973 const MacroAnnotations &getMacroAnnotations(const IdentifierInfo *II) const { in getMacroAnnotations() function