reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 1404   bool findMacroSpelling(SourceLocation &loc, StringRef name);

References

tools/clang/lib/Sema/Sema.cpp
  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.cpp
   92       if (S.findMacroSpelling(loc, "__strong")) name = "__strong";
   94       if (S.findMacroSpelling(loc, "__weak")) name = "__weak";