Searched refs:findMacroSpelling (Results 1 – 6 of 6) sorted by relevance
684 !findMacroSpelling(MaybeMacroLoc, "NULL")) in diagnoseZeroToNullptrConversion()2128 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) { in findMacroSpelling() function in Sema
107 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; in diagnoseBadTypeAttribute()109 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; in diagnoseBadTypeAttribute()
266 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
10330 S.findMacroSpelling(MaybeMacroLoc, "true")) in AnalyzeBitFieldAssignment()
7868 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
666 bool findMacroSpelling(SourceLocation &loc, StringRef name);