Searched refs:findMacroSpelling (Results 1 – 5 of 5) sorted by relevance
1080 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) { in findMacroSpelling() function in Sema
87 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; in diagnoseBadTypeAttribute()89 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; in diagnoseBadTypeAttribute()
226 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
5841 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
1129 bool findMacroSpelling(SourceLocation &loc, StringRef name);