HomeSort by: relevance | last modified time | path
    Searched refs:findMacroSpelling (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 564 !findMacroSpelling(MaybeMacroLoc, "NULL"))
1863 bool Sema::findMacroSpelling(SourceLocation &locref, StringRef name) {
SemaType.cpp 95 if (S.findMacroSpelling(loc, "__strong")) name = "__strong";
97 if (S.findMacroSpelling(loc, "__weak")) name = "__weak";
SemaStmt.cpp 260 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER"))
SemaExpr.cpp 7746 if (!findMacroSpelling(loc, "NULL"))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1766 bool findMacroSpelling(SourceLocation &loc, StringRef name);

Completed in 47 milliseconds