reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1404 bool findMacroSpelling(SourceLocation &loc, StringRef name);
493 !findMacroSpelling(MaybeMacroLoc, "NULL"))
tools/clang/lib/Sema/SemaExpr.cpp 6858 if (!findMacroSpelling(loc, "NULL"))
tools/clang/lib/Sema/SemaStmt.cpp 259 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER"))
tools/clang/lib/Sema/SemaType.cpp92 if (S.findMacroSpelling(loc, "__strong")) name = "__strong"; 94 if (S.findMacroSpelling(loc, "__weak")) name = "__weak";