Searched refs:findMacroSpelling (Results 1 – 6 of 6) sorted by relevance
612 !findMacroSpelling(MaybeMacroLoc, "NULL")) in diagnoseZeroToNullptrConversion()2064 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) { in findMacroSpelling() function in Sema
99 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; in diagnoseBadTypeAttribute()101 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; in diagnoseBadTypeAttribute()
260 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
13362 S.findMacroSpelling(MaybeMacroLoc, "true")) in AnalyzeBitFieldAssignment()
8378 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
1902 bool findMacroSpelling(SourceLocation &loc, StringRef name);