HomeSort by relevance Sort by last modified time
    Searched refs:PartialDiagnostic (Results 1 - 25 of 27) 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());
TemplateDeduction.h 17 #include "clang/Basic/PartialDiagnostic.h"
86 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) {
92 std::make_pair(Loc, PartialDiagnostic::NullDiagnostic()));
99 PartialDiagnostic PD) {
103 std::make_pair(Loc, PartialDiagnostic::NullDiagnostic()));
DelayedDiagnostic.h 43 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator,
53 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator,
88 void setDiag(const PartialDiagnostic &PDiag) {
92 PartialDiagnostic &setDiag(unsigned DiagID) {
98 const PartialDiagnostic &getDiag() const {
108 PartialDiagnostic Diag;
ScopeInfo.h 19 #include "clang/Basic/PartialDiagnostic.h"
60 PartialDiagnostic PD;
64 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
Overload.h 569 const PartialDiagnostic &PDiag) const;
Sema.h 883 SemaDiagnosticBuilder Diag(SourceLocation Loc, const PartialDiagnostic& PD);
886 PartialDiagnostic PDiag(unsigned DiagID = 0); // in SemaInternal.h
    [all...]
  /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
117 // NOTE: Sema assumes that PartialDiagnostic is location-invariant
148 // The hot path for PartialDiagnostic is when we just used it to wrap an ID
189 PartialDiagnostic(NullDiagnostic)
192 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
195 PartialDiagnostic(const PartialDiagnostic &Other
    [all...]
Diagnostic.h 695 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;
DeclarationName.h 17 #include "clang/Basic/PartialDiagnostic.h"
549 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
ASTContext.h 33 #include "clang/Basic/PartialDiagnostic.h"
362 PartialDiagnostic::StorageAllocator DiagAllocator;
467 PartialDiagnostic::StorageAllocator &getDiagAllocator() {
    [all...]
DeclCXX.h     [all...]
Decl.h     [all...]
Type.h 24 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 346 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID,
347 const PartialDiagnostic & NoteID,
548 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
719 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
739 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
    [all...]
Sema.cpp 26 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
SemaAccess.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp 23 #include "clang/Basic/PartialDiagnostic.h"
602 SourceLocation(), PartialDiagnostic::NullDiagnostic());
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
DeclCXX.cpp     [all...]
ExprConstant.cpp 307 PartialDiagnostic *Diag;
310 explicit OptionalDiagnostic(PartialDiagnostic *Diag = 0) : Diag(Diag) {}
435 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId) {
436 PartialDiagnostic PD(DiagId, Ctx.getDiagAllocator());
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 18 #include "clang/Basic/PartialDiagnostic.h"
    [all...]

Completed in 972 milliseconds

1 2