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