HomeSort by relevance Sort by last modified time
    Searched refs:PartialDiagnosticAt (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Sema/
TemplateDeduction.h 43 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics;
66 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) {
108 typedef SmallVectorImpl<PartialDiagnosticAt>::const_iterator
Overload.h 676 char Diagnostic[sizeof(PartialDiagnosticAt)];
681 PartialDiagnosticAt *getSFINAEDiagnostic();
Sema.h     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
SemaOverload.cpp 601 PartialDiagnosticAt *Diag = new (Result.Diagnostic) PartialDiagnosticAt(
641 if (PartialDiagnosticAt *Diag = getSFINAEDiagnostic()) {
642 Diag->~PartialDiagnosticAt();
653 PartialDiagnosticAt *
656 return static_cast<PartialDiagnosticAt*>(static_cast<void*>(Diagnostic));
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp 247 llvm::DenseMap<Decl *, SmallVector<PartialDiagnosticAt, 1> >::iterator
250 SmallVectorImpl<PartialDiagnosticAt> &Suppressed = Pos->second;
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 398 typedef std::pair<SourceLocation, PartialDiagnostic> PartialDiagnosticAt;
  /external/clang/lib/AST/
ExprConstant.cpp 505 void addNotes(ArrayRef<PartialDiagnosticAt> Diags) {
547 SmallVectorImpl<PartialDiagnosticAt> *NewDiag = 0)
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 497 PartialDiagnosticAt> &Diags);
516 SmallVectorImpl<PartialDiagnosticAt> *Diag;
575 SmallVectorImpl<PartialDiagnosticAt> *Diag=0) const;
578 SmallVectorImpl<PartialDiagnosticAt> *Diag) const;
590 SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
    [all...]
Decl.h     [all...]

Completed in 55 milliseconds