Searched defs:PDiag (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h24 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) { function in class:clang::Sema
H A DDelayedDiagnostic.h89 void setDiag(const PartialDiagnostic &PDiag) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDependentDiagnostic.h97 DependentDiagnostic(const PartialDiagnostic &PDiag, argument
38 Create(ASTContext &Context, DeclContext *Parent, AccessNonce _, SourceLocation Loc, bool IsMemberAccess, AccessSpecifier AS, NamedDecl *TargetDecl, CXXRecordDecl *NamingClass, QualType BaseObjectType, const PartialDiagnostic &PDiag) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp1557 Create(ASTContext &C, DeclContext *Parent, const PartialDiagnostic &PDiag) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1598 CheckDestructorAccess(SourceLocation Loc, CXXDestructorDecl *Dtor, const PartialDiagnostic &PDiag, QualType ObjectTy) argument
H A DSemaInit.cpp6483 PartialDiagnostic PDiag = S.PDiag(diag::err_init_conversion_failed) local
H A DSemaChecking.cpp2626 PartialDiagnostic PDiag = FS.usesPositionalArg() local
2639 EmitFormatDiagnostic(PartialDiagnostic PDiag, SourceLocation Loc, bool IsStringLocation, Range StringRange, ArrayRef<FixItHint> FixIt) argument
2676 EmitFormatDiagnostic(Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, PartialDiagnostic PDiag, SourceLocation Loc, bool IsStringLocation, Range StringRange, ArrayRef<FixItHint> FixIt) argument
[all...]
H A DSemaOverload.cpp2509 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, argument
8715 PartialDiagnosticAt *PDiag = DeductionFailure.getSFINAEDiagnostic(); local
[all...]

Completed in 164 milliseconds