HomeSort by: relevance | last modified time | path
    Searched refs:addDiag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
State.cpp 65 return OptionalDiagnostic(&addDiag(Loc, DiagId));
80 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) {
105 addDiag(Loc, DiagId);
137 addDiag(CallLocation, diag::note_constexpr_calls_suppressed)
147 addDiag(CallLocation, diag::note_constexpr_inherited_ctor_call_here)
156 addDiag(CallLocation, diag::note_constexpr_call_here) << Out.str();
State.h 124 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId);

Completed in 23 milliseconds