Home
last modified time | relevance | path

Searched refs:targetDiag (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp273 targetDiag(Literal->getBeginLoc(), in ActOnGCCAsmStmt()
343 targetDiag(OutputExpr->getBeginLoc(), diag::err_asm_invalid_output_size) in ActOnGCCAsmStmt()
365 targetDiag(Literal->getBeginLoc(), diag::err_asm_invalid_input_constraint) in ActOnGCCAsmStmt()
451 return targetDiag(InputExpr->getBeginLoc(), in ActOnGCCAsmStmt()
464 targetDiag(Literal->getBeginLoc(), diag::err_asm_unknown_register_name) in ActOnGCCAsmStmt()
483 targetDiag(getLocationOfStringLiteralByte(AsmString, DiagOffs), DiagID) in ActOnGCCAsmStmt()
525 targetDiag(Exprs[ConstraintIdx]->getBeginLoc(), in ActOnGCCAsmStmt()
529 auto B = targetDiag(Piece.getRange().getBegin(), in ActOnGCCAsmStmt()
547 targetDiag(NS->getOutputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
562 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
[all …]
DSema.cpp1726 Sema::SemaDiagnosticBuilder Sema::targetDiag(SourceLocation Loc, in targetDiag() function in Sema
1794 targetDiag(Loc, diag::err_device_unsupported_type) in checkDeviceDecl()
1797 targetDiag(D->getLocation(), diag::note_defined_here) << D; in checkDeviceDecl()
DSemaStmt.cpp4145 targetDiag(TryLoc, diag::err_exceptions_disabled) << "try"; in ActOnCXXTryBlock()
DSemaOpenMP.cpp3126 targetDiag(Loc, diag::err_expected_allocator_clause); in ActOnOpenMPAllocateDirective()
15290 S.targetDiag(ELoc, diag::err_omp_reduction_vla_unsupported) << !!OASE; in actOnOMPReductionKindClause()
15291 S.targetDiag(ELoc, diag::note_vla_unsupported); in actOnOMPReductionKindClause()
19099 targetDiag(StartLoc, diag::err_expected_allocator_expression); in ActOnOpenMPAllocateClause()
DSemaExpr.cpp370 targetDiag(*Locs.begin(), diag::err_ref_bad_target) in DiagnoseUseOfDecl()
382 targetDiag(*Locs.begin(), diag::err_thread_unsupported); in DiagnoseUseOfDecl()
15523 targetDiag(E->getBeginLoc(), diag::err_va_arg_in_device); in BuildVAArgExpr()
DSemaType.cpp2502 targetDiag(Loc, (getLangOpts().CUDA && getLangOpts().CUDAIsDevice) in BuildArrayType()
DSemaExprCXX.cpp842 targetDiag(OpLoc, diag::err_exceptions_disabled) << "throw"; in BuildCXXThrow()
DSemaDecl.cpp7253 targetDiag(D.getIdentifierLoc(), diag::err_thread_unsupported); in ActOnVariableDeclarator()
/external/llvm-project/clang/include/clang/Sema/
DSema.h11834 SemaDiagnosticBuilder targetDiag(SourceLocation Loc, unsigned DiagID);
11835 SemaDiagnosticBuilder targetDiag(SourceLocation Loc, in targetDiag() function
11837 return targetDiag(Loc, PD.getDiagID()) << PD; in targetDiag()