Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp612 !findMacroSpelling(MaybeMacroLoc, "NULL")) in diagnoseZeroToNullptrConversion()
2064 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) { in findMacroSpelling() function in Sema
H A DSemaType.cpp99 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; in diagnoseBadTypeAttribute()
101 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; in diagnoseBadTypeAttribute()
H A DSemaStmt.cpp260 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
H A DSemaChecking.cpp13362 S.findMacroSpelling(MaybeMacroLoc, "true")) in AnalyzeBitFieldAssignment()
H A DSemaExpr.cpp8378 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1902 bool findMacroSpelling(SourceLocation &loc, StringRef name);