Searched refs:findMacroSpelling (Results 1 – 5 of 5) sorted by relevance
1073 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()
227 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
6144 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
1149 bool findMacroSpelling(SourceLocation &loc, StringRef name);