Searched defs:PDiag (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DependentDiagnostic.h | 49 const PartialDiagnostic &PDiag) { in Create() 102 DependentDiagnostic(const PartialDiagnostic &PDiag, in DependentDiagnostic()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 24 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) { PDiag() function
|
H A D | DelayedDiagnostic.h | 99 void setDiag(const PartialDiagnostic &PDiag) { in setDiag() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1619 CheckDestructorAccess(SourceLocation Loc,CXXDestructorDecl * Dtor,const PartialDiagnostic & PDiag,QualType ObjectTy) CheckDestructorAccess() argument
|
H A D | SemaConcept.cpp | 296 for (const PartialDiagnosticAt &PDiag : EvaluationDiags) calculateConstraintSatisfaction() local
|
H A D | SemaChecking.cpp | 2527 for (const PartialDiagnosticAt &PDiag : Notes) CheckBuiltinFunctionCall() local 11240 PartialDiagnostic PDiag = S.PDiag(diag::warn_printf_data_arg_not_used); Diagnose() local 11325 PartialDiagnostic PDiag = FS.usesPositionalArg() CheckNumArgs() local 11342 EmitFormatDiagnostic(PartialDiagnostic PDiag,SourceLocation Loc,bool IsStringLocation,Range StringRange,ArrayRef<FixItHint> FixIt) EmitFormatDiagnostic() argument 11381 EmitFormatDiagnostic(Sema & S,bool InFunctionCall,const Expr * ArgumentExpr,const PartialDiagnostic & PDiag,SourceLocation Loc,bool IsStringLocation,Range StringRange,ArrayRef<FixItHint> FixIt) EmitFormatDiagnostic() argument [all...] |
H A D | SemaStmt.cpp | 1917 PartialDiagnostic PDiag = S.PDiag(diag::warn_variables_not_in_loop_body); CheckForLoopConditionalStatement() local [all...] |
H A D | SemaOverload.cpp | 3092 HandleFunctionTypeMismatch(PartialDiagnostic & PDiag,QualType FromType,QualType ToType) HandleFunctionTypeMismatch() argument 11601 PartialDiagnosticAt *PDiag = DeductionFailure.getSFINAEDiagnostic(); DiagnoseBadDeduction() local [all...] |
H A D | SemaInit.cpp | 9803 PartialDiagnostic PDiag = S.PDiag(diag::err_init_conversion_failed) Diagnose() local [all...] |
H A D | SemaDeclAttr.cpp | 959 for (const PartialDiagnosticAt &PDiag : Diags) checkFunctionConditionAttr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 2125 Create(ASTContext & C,DeclContext * Parent,const PartialDiagnostic & PDiag) Create() argument
|