HomeSort by: relevance | last modified time | path
    Searched defs:PDiag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 24 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 774 PDiag(DiagID)
1827 for (const PartialDiagnosticAt &PDiag : Notes)
1828 Diag(PDiag.first, PDiag.second);
4390 S.PDiag(diag::warn_null_arg)
6624 PDiag(diag::warn_argument_invalid_range)
7762 const PartialDiagnostic &PDiag, SourceLocation StringLoc,
7789 void EmitFormatDiagnostic(PartialDiagnostic PDiag, SourceLocation StringLoc,
7818 EmitFormatDiagnostic(S.PDiag(diag::warn_printf_incomplete_specifier),
7836 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString()
    [all...]

Completed in 26 milliseconds