Home
last modified time | relevance | path

Searched refs:findMacroSpelling (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp626 !findMacroSpelling(MaybeMacroLoc, "NULL")) in diagnoseZeroToNullptrConversion()
2106 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) { in findMacroSpelling() function in Sema
H A DSemaType.cpp102 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; in diagnoseBadTypeAttribute()
104 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; in diagnoseBadTypeAttribute()
H A DSemaStmt.cpp261 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
H A DSemaChecking.cpp15103 S.findMacroSpelling(MaybeMacroLoc, "true")) in AnalyzeBitFieldAssignment()
H A DSemaExpr.cpp8719 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1945 bool findMacroSpelling(SourceLocation &loc, StringRef name);