Searched refs:NoteID (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp66 unsigned NoteID = DiagEng.getCustomDiagID(DiagnosticsEngine::Note, "%0"); variable
107 reportPiece(NoteID, Piece->getLocation().asLocation(),
121 reportPiece(NoteID, Piece->getLocation().asLocation(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp260 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
511 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
656 if (NoteID.getDiagID() != 0 && OldLoc.isValid())
657 S.Diag(OldLoc, NoteID);
662 const PartialDiagnostic &NoteID,
669 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc,
762 const PartialDiagnostic &NoteID,
807 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc,
815 if (NoteID.getDiagID() != 0)
816 Diag(SuperLoc, NoteID);
510 CheckEquivalentExceptionSpecImpl( Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc, bool *MissingExceptionSpecification, bool *MissingEmptyExceptionSpecification, bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) argument
661 CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
760 CheckExceptionSpecSubset(const PartialDiagnostic &DiagID, const PartialDiagnostic &NestedDiagID, const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID, const FunctionProtoType *Superset, SourceLocation SuperLoc, const FunctionProtoType *Subset, SourceLocation SubLoc) argument
865 CheckSpecForTypesEquivalent(Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, QualType Target, SourceLocation TargetLoc, QualType Source, SourceLocation SourceLoc) argument
885 CheckParamExceptionSpec(const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Target, SourceLocation TargetLoc, const FunctionProtoType *Source, SourceLocation SourceLoc) argument
[all...]
H A DSemaExpr.cpp2121 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() local
2126 SemaRef.PDiag(NoteID));
2131 SemaRef.PDiag(NoteID));
2161 unsigned NoteID = diag::note_member_declared_at; local
2167 NoteID = diag::note_dependent_member_use;
2183 Diag(D->getLocation(), NoteID);
2338 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() local
2343 PDiag(NoteID), AcceptableWithRecovery);
2348 PDiag(NoteID), AcceptableWithRecovery);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2001 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
2007 const PartialDiagnostic &NoteID,
2014 const PartialDiagnostic &NoteID,

Completed in 318 milliseconds