HomeSort by relevance Sort by last modified time
    Searched refs:PartialDiagnostic (Results 1 - 25 of 31) 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 721 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 158 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
DeclarationName.h 17 #include "clang/Basic/PartialDiagnostic.h"
554 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
ASTContext.h 32 #include "clang/Basic/PartialDiagnostic.h"
394 PartialDiagnostic::StorageAllocator DiagAllocator;
490 PartialDiagnostic::StorageAllocator &getDiagAllocator() {
    [all...]
DeclCXX.h     [all...]
Decl.h     [all...]
Type.h 23 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
  /external/clang/include/clang/Sema/
TemplateDeduction.h 17 #include "clang/Basic/PartialDiagnostic.h"
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) {
95 std::make_pair(Loc, PartialDiagnostic::NullDiagnostic()));
102 PartialDiagnostic PD) {
106 std::make_pair(Loc, PartialDiagnostic::NullDiagnostic()));
SemaInternal.h 24 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) {
25 return PartialDiagnostic(DiagID, Context.getDiagAllocator());
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;
ScopeInfo.h 20 #include "clang/Basic/PartialDiagnostic.h"
70 PartialDiagnostic PD;
74 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
Sema.h     [all...]
Overload.h 555 const PartialDiagnostic &PDiag) const;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 345 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID,
346 const PartialDiagnostic & NoteID,
538 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
706 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
726 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
    [all...]
Sema.cpp 26 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
SemaOpenMP.cpp 508 PartialDiagnostic PD =
509 PartialDiagnostic(PartialDiagnostic::NullDiagnostic());
    [all...]
SemaAccess.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaChecking.cpp     [all...]
SemaLookup.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 842 milliseconds

1 2