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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 670 return !SemaRef->ShouldWarnIfUnusedFileScopedDecl(DeclToCheck);
676 return !SemaRef->ShouldWarnIfUnusedFileScopedDecl(DeclToCheck);
700 return !SemaRef->ShouldWarnIfUnusedFileScopedDecl(DeclToCheck);
706 return !SemaRef->ShouldWarnIfUnusedFileScopedDecl(DeclToCheck);
SemaDecl.cpp 1675 bool Sema::ShouldWarnIfUnusedFileScopedDecl(const DeclaratorDecl *D) const {
1744 if (FD != First && ShouldWarnIfUnusedFileScopedDecl(First))
1750 if (VD != First && ShouldWarnIfUnusedFileScopedDecl(First))
1754 if (ShouldWarnIfUnusedFileScopedDecl(D))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4852 bool ShouldWarnIfUnusedFileScopedDecl(const DeclaratorDecl *D) const;

Completed in 70 milliseconds