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

1 2

  /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 568 const PartialDiagnostic &PDiag) const;
Sema.h 838 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 54 PDiag(diag::err_incomplete_in_exception_spec) << /*direct*/0 << Range))
75 PDiag(diag::err_incomplete_in_exception_spec) << kind << Range))
128 if (!CheckEquivalentExceptionSpec(PDiag(DiagID),
129 PDiag(diag::note_previous_declaration),
291 PDiag(DiagID),
292 PDiag(diag::note_previous_declaration),
696 PDiag(diag::err_deep_exception_specs_differ) << 0,
697 PDiag(),
708 PDiag(diag::err_deep_exception_specs_differ) << 1,
709 PDiag(),
    [all...]
SemaChecking.cpp     [all...]
AnalysisBasedWarnings.cpp 649 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << LockName);
674 S.PDiag(diag::warn_cannot_resolve_lock) << Loc);
703 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << LockName);
704 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here));
712 Loc1, S.PDiag(diag::warn_lock_exclusive_and_shared) << LockName);
714 Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) << LockName);
725 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID)
744 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID)
751 S.PDiag(diag::warn_fun_excludes_mutex) << FunName << LockName);
    [all...]
SemaExpr.cpp 354 S.PDiag(diag::warn_indirection_through_null)
357 S.PDiag(diag::note_indirection_through_null));
556 PDiag(diag::err_cannot_pass_objc_interface_to_vararg)
576 PDiag(diag::warn_cxx98_compat_pass_non_pod_arg_to_vararg)
591 PDiag(diag::warn_cannot_pass_non_pod_arg_to_vararg)
    [all...]
SemaAccess.cpp     [all...]
SemaExprCXX.cpp 587 PDiag(isPointer ? diag::err_throw_incomplete_ptr
593 PDiag(diag::err_throw_abstract_type)
650 PDiag(diag::err_access_dtor_exception) << Ty);
    [all...]
SemaStmt.cpp 229 DiagRuntimeBehavior(Loc, 0, PDiag(DiagID) << R1 << R2);
524 PDiag(diag::err_typecheck_statement_requires_integer),
525 PDiag(diag::err_switch_incomplete_class_type)
527 PDiag(diag::err_switch_explicit_conversion),
528 PDiag(diag::note_switch_conversion),
529 PDiag(diag::err_switch_multiple_conversions),
530 PDiag(diag::note_switch_conversion),
531 PDiag(0),
    [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp 670 SemaRef.PDiag(diag::err_constexpr_non_literal_param)
728 PDiag(diag::err_constexpr_non_literal_return)))
    [all...]
SemaCast.cpp 564 Self.PDiag(diag::err_bad_dynamic_cast_incomplete)
600 Self.PDiag(diag::err_bad_dynamic_cast_incomplete)
    [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprMember.cpp 570 SemaRef.PDiag(diag::err_typecheck_incomplete_tag)
    [all...]
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaCXXScopeSpec.cpp 231 PDiag(diag::err_incomplete_nested_name_spec)
    [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclObjC.cpp 478 PDiag(diag::err_forward_superclass)
762 PDiag(diag::err_category_forward_interface)
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]

Completed in 876 milliseconds

1 2