reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10915 DeviceDiagBuilder targetDiag(SourceLocation Loc, unsigned DiagID);
14449 targetDiag(E->getBeginLoc(), diag::err_va_arg_in_device);
tools/clang/lib/Sema/SemaExprCXX.cpp 763 targetDiag(OpLoc, diag::err_exceptions_disabled) << "throw";
tools/clang/lib/Sema/SemaOpenMP.cpp1714 targetDiag(E->getExprLoc(), diag::err_omp_unsupported_type) 2608 targetDiag(Loc, diag::err_expected_allocator_clause); 13373 S.targetDiag(ELoc, diag::err_omp_reduction_vla_unsupported) << !!OASE; 13374 S.targetDiag(ELoc, diag::note_vla_unsupported); 16578 targetDiag(StartLoc, diag::err_expected_allocator_expression);tools/clang/lib/Sema/SemaStmt.cpp
4062 targetDiag(TryLoc, diag::err_exceptions_disabled) << "try";
tools/clang/lib/Sema/SemaStmtAsm.cpp268 targetDiag(Literal->getBeginLoc(), 330 targetDiag(OutputExpr->getBeginLoc(), diag::err_asm_invalid_output_size) 352 targetDiag(Literal->getBeginLoc(), diag::err_asm_invalid_input_constraint) 433 targetDiag(InputExpr->getBeginLoc(), diag::err_asm_invalid_input_size) 445 targetDiag(Literal->getBeginLoc(), diag::err_asm_unknown_register_name) 464 targetDiag(getLocationOfStringLiteralByte(AsmString, DiagOffs), DiagID) 506 targetDiag(Exprs[ConstraintIdx]->getBeginLoc(), 510 auto B = targetDiag(Piece.getRange().getBegin(), 528 targetDiag(NS->getOutputExpr(i)->getBeginLoc(), 543 targetDiag(NS->getInputExpr(i)->getBeginLoc(), 562 targetDiag(NS->getInputExpr(i)->getBeginLoc(), 565 targetDiag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getBeginLoc(), 653 targetDiag(InputExpr->getBeginLoc(), diag::err_asm_tying_incompatible_types) 665 targetDiag(ConstraintLoc, diag::error_inoutput_conflict_with_clobber);tools/clang/lib/Sema/SemaType.cpp
2304 targetDiag(Loc, (getLangOpts().CUDA && getLangOpts().CUDAIsDevice)