HomeSort by relevance Sort by last modified time
    Searched refs:PDiag (Results 1 - 19 of 19) sorted by null

  /external/clang/include/clang/Sema/
SemaInternal.h 24 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) {
DelayedDiagnostic.h 88 void setDiag(const PartialDiagnostic &PDiag) {
90 Diag = PDiag;
Overload.h 569 const PartialDiagnostic &PDiag) const;
Sema.h 886 PartialDiagnostic PDiag(unsigned DiagID = 0); // in SemaInternal.h
    [all...]
  /external/clang/include/clang/AST/
DependentDiagnostic.h 47 const PartialDiagnostic &PDiag) {
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag,
99 : Diag(PDiag, Storage) {}
103 const PartialDiagnostic &PDiag);
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 165 PDiag(DiagID), PDiag(diag::note_previous_declaration),
335 return CheckEquivalentExceptionSpec(PDiag(DiagID),
336 PDiag(diag::note_previous_declaration),
744 PDiag(diag::err_deep_exception_specs_differ) << 0,
745 PDiag(),
756 PDiag(diag::err_deep_exception_specs_differ) << 1,
757 PDiag(),
782 return CheckExceptionSpecSubset(PDiag(diag::err_incompatible_exception_specs),
783 PDiag(), ToFunc,
    [all...]
SemaChecking.cpp     [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaAccess.cpp     [all...]
SemaOverload.cpp     [all...]
SemaStmt.cpp 265 DiagRuntimeBehavior(Loc, 0, PDiag(DiagID) << R1 << R2);
    [all...]
SemaExpr.cpp 446 S.PDiag(diag::warn_indirection_through_null)
449 S.PDiag(diag::note_indirection_through_null));
675 PDiag(diag::warn_cxx98_compat_pass_non_pod_arg_to_vararg)
681 PDiag(diag::err_cannot_pass_objc_interface_to_vararg)
685 PDiag(diag::warn_cannot_pass_non_pod_arg_to_vararg)
    [all...]
SemaInit.cpp     [all...]
SemaExprCXX.cpp 641 PDiag(diag::err_access_dtor_exception) << Ty);
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]

Completed in 153 milliseconds