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

1 2

  /external/clang/include/clang/Basic/
PartialDiagnostic.h 1 //===--- PartialDiagnostic.h - Diagnostic "closures" ------------*- C++ -*-===//
28 class PartialDiagnostic {
33 // PartialDiagnostic a friend. These enum values are redeclared
47 MaxArguments = PartialDiagnostic::MaxArguments
112 // NOTE: Sema assumes that PartialDiagnostic is location-invariant
143 // The hot path for PartialDiagnostic is when we just used it to wrap an ID
181 PartialDiagnostic(NullDiagnostic)
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
187 PartialDiagnostic(const PartialDiagnostic &Other
    [all...]
Diagnostic.h 722 friend class PartialDiagnostic;
    [all...]
  /external/clang/include/clang/AST/
DependentDiagnostic.h 24 #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;
Attr.h 160 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
DeclarationName.h 17 #include "clang/Basic/PartialDiagnostic.h"
555 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
ASTContext.h 32 #include "clang/Basic/PartialDiagnostic.h"
406 PartialDiagnostic::StorageAllocator DiagAllocator;
503 PartialDiagnostic::StorageAllocator &getDiagAllocator() {
    [all...]
DeclCXX.h     [all...]
Decl.h     [all...]
Type.h 24 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 44 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator,
54 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator,
89 void setDiag(const PartialDiagnostic &PDiag) {
93 PartialDiagnostic &setDiag(unsigned DiagID) {
99 const PartialDiagnostic &getDiag() const {
109 PartialDiagnostic Diag;
TemplateDeduction.h 17 #include "clang/Basic/PartialDiagnostic.h"
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) {
100 PartialDiagnostic PD) {
SemaInternal.h 25 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) {
26 return PartialDiagnostic(DiagID, Context.getDiagAllocator());
ScopeInfo.h 21 #include "clang/Basic/PartialDiagnostic.h"
69 PartialDiagnostic PD;
73 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
Sema.h     [all...]
Overload.h 540 const PartialDiagnostic &PDiag) const;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 366 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID,
367 const PartialDiagnostic & NoteID,
559 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
727 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
747 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic &NoteID,
    [all...]
Sema.cpp 26 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
SemaAccess.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaLookup.cpp     [all...]
SemaChecking.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 18 #include "clang/Basic/PartialDiagnostic.h"
    [all...]

Completed in 846 milliseconds

1 2