Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1073 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) { in findMacroSpelling() function in Sema
DSemaType.cpp87 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; in diagnoseBadTypeAttribute()
89 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; in diagnoseBadTypeAttribute()
DSemaStmt.cpp227 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()
DSemaExpr.cpp6144 if (!findMacroSpelling(loc, "NULL")) in DiagnoseConditionalForNull()
/external/clang/include/clang/Sema/
DSema.h1149 bool findMacroSpelling(SourceLocation &loc, StringRef name);