Searched refs:findMacroSpelling (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | Sema.cpp | 535 !findMacroSpelling(MaybeMacroLoc, "NULL")) in diagnoseZeroToNullptrConversion() 1815 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) { in findMacroSpelling() function in Sema
|
D | SemaType.cpp | 95 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; in diagnoseBadTypeAttribute() 97 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; in diagnoseBadTypeAttribute()
|
D | SemaStmt.cpp | 259 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
|
D | SemaExpr.cpp | 7646 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 1073 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) { in findMacroSpelling() function in Sema
|
D | SemaType.cpp | 87 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; in diagnoseBadTypeAttribute() 89 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; in diagnoseBadTypeAttribute()
|
D | SemaStmt.cpp | 227 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
|
D | SemaExpr.cpp | 6144 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1149 bool findMacroSpelling(SourceLocation &loc, StringRef name);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 1651 bool findMacroSpelling(SourceLocation &loc, StringRef name);
|