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

1 2

  /external/clang/include/clang/Sema/
SemaInternal.h 24 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) {
25 return PartialDiagnostic(DiagID, Context.getDiagAllocator());
DelayedDiagnostic.h 88 void setDiag(const PartialDiagnostic &PDiag) {
92 PartialDiagnostic &setDiag(unsigned DiagID) {
98 const PartialDiagnostic &getDiag() const {
108 PartialDiagnostic Diag;
TemplateDeduction.h 16 #include "clang/Basic/PartialDiagnostic.h"
80 const PartialDiagnostic &PD) {
ScopeInfo.h 18 #include "clang/Basic/PartialDiagnostic.h"
53 PartialDiagnostic PD;
57 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
Sema.h 835 SemaDiagnosticBuilder Diag(SourceLocation Loc, const PartialDiagnostic& PD);
838 PartialDiagnostic PDiag(unsigned DiagID = 0); // in SemaInternal.h
    [all...]
Overload.h 568 const PartialDiagnostic &PDiag) const;
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 1 //===--- PartialDiagnostic.h - Diagnostic "closures" ------------*- C++ -*-===//
26 class PartialDiagnostic {
31 // PartialDiagnostic a friend. These enum values are redeclared
44 MaxArguments = PartialDiagnostic::MaxArguments
113 // NOTE: Sema assumes that PartialDiagnostic is location-invariant
144 // The hot path for PartialDiagnostic is when we just used it to wrap an ID
182 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 PartialDiagnostic(const PartialDiagnostic &Other)
194 PartialDiagnostic(const PartialDiagnostic &Other, Storage *DiagStorage
    [all...]
Diagnostic.h 624 friend class PartialDiagnostic;
789 friend class PartialDiagnostic;
    [all...]
  /external/clang/include/clang/AST/
DependentDiagnostic.h 21 #include "clang/Basic/PartialDiagnostic.h"
47 const PartialDiagnostic &PDiag) {
92 const PartialDiagnostic &getDiagnostic() const {
97 DependentDiagnostic(const PartialDiagnostic &PDiag,
98 PartialDiagnostic::Storage *Storage)
103 const PartialDiagnostic &PDiag);
109 PartialDiagnostic Diag;
DeclarationName.h 19 #include "clang/Basic/PartialDiagnostic.h"
539 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
ASTContext.h 21 #include "clang/Basic/PartialDiagnostic.h"
362 PartialDiagnostic::StorageAllocator DiagAllocator;
408 PartialDiagnostic::StorageAllocator &getDiagAllocator() {
    [all...]
DeclCXX.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 298 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID,
299 const PartialDiagnostic & NoteID,
500 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
671 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
691 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
    [all...]
Sema.cpp 39 #include "clang/Basic/PartialDiagnostic.h"
732 PartialDiagnostic(DiagInfo,Context.getDiagAllocator()));
762 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) {
    [all...]
SemaAccess.cpp     [all...]
SemaType.cpp 26 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
SemaOverload.cpp 28 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp 32 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
DeclCXX.cpp     [all...]
ExprConstant.cpp 304 PartialDiagnostic *Diag;
307 explicit OptionalDiagnostic(PartialDiagnostic *Diag = 0) : Diag(Diag) {}
439 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId) {
440 PartialDiagnostic PD(DiagId, Ctx.getDiagAllocator());
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 16 #include "clang/Basic/PartialDiagnostic.h"
866 PartialDiagnostic::StorageAllocator::StorageAllocator() {
872 PartialDiagnostic::StorageAllocator::~StorageAllocator() {

Completed in 641 milliseconds

1 2