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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 1758 Sema::targetDiag(SourceLocation Loc, unsigned DiagID, FunctionDecl *FD) {
1825 targetDiag(Loc, diag::err_device_unsupported_type, FD)
1838 if (targetDiag(Loc, diag::err_device_unsupported_type, FD)
1843 targetDiag(D->getLocation(), diag::note_defined_here, FD) << D;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 12040 SemaDiagnosticBuilder targetDiag(SourceLocation Loc, unsigned DiagID,
12042 SemaDiagnosticBuilder targetDiag(SourceLocation Loc,
12045 return targetDiag(Loc, PD.getDiagID(), FD) << PD;

Completed in 38 milliseconds