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.cpp1432 getMacroAnnotations(Identifier.getIdentifierInfo()); in emitMacroDeprecationWarning()
1447 getMacroAnnotations(Identifier.getIdentifierInfo()); in emitRestrictExpansionWarning()
1468 getMacroAnnotations(Identifier.getIdentifierInfo()); in emitFinalMacroWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2827 const MacroAnnotations &getMacroAnnotations(const IdentifierInfo *II) const { in getMacroAnnotations() function