HomeSort by relevance Sort by last modified time
    Searched refs:PartialDiagnostic (Results 1 - 25 of 29) 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"
87 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) {
93 std::make_pair(Loc, PartialDiagnostic::NullDiagnostic()));
100 PartialDiagnostic PD) {
104 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 20 #include "clang/Basic/PartialDiagnostic.h"
64 PartialDiagnostic PD;
68 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
Overload.h 570 const PartialDiagnostic &PDiag) const;
Sema.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 697 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"
553 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
ASTContext.h 32 #include "clang/Basic/PartialDiagnostic.h"
387 PartialDiagnostic::StorageAllocator DiagAllocator;
477 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 317 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID,
318 const PartialDiagnostic & NoteID,
519 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
690 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
710 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
    [all...]
SemaOpenMP.cpp 369 PartialDiagnostic PD =
370 PartialDiagnostic(PartialDiagnostic::NullDiagnostic());
Sema.cpp 26 #include "clang/Basic/PartialDiagnostic.h"
    [all...]
SemaAccess.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaChecking.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp 23 #include "clang/Basic/PartialDiagnostic.h"
610 SourceLocation(), PartialDiagnostic::NullDiagnostic());
    [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 823 milliseconds

1 2