Searched refs:DependentDiagnostic (Results 1 - 25 of 56) sorted by relevance

123

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *referenc
[all...]

Completed in 3616 milliseconds

123