reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/OptionalDiagnostic.h
   36       *Diag << v;
tools/clang/include/clang/Sema/Sema.h
10834             << Value;
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1705                        << Kind << LockName << Received << Expected);
 1705                        << Kind << LockName << Received << Expected);
 1768       << D << getLockKindFromAccessKind(AK));
 1797                                                        << LockName << LK);
 1827                                                        << LockName << LK);
tools/clang/lib/Sema/SemaAccess.cpp
 1629     PD << Entity.isInheritedVirtualBase()
 1630        << Entity.getBaseSpecifier()->getType() << getSpecialMember(Constructor);
 1636     PD << Field->getType() << getSpecialMember(Constructor);
 1643     PD << VarName << Entity.getType() << getSpecialMember(Constructor);
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  633                                   << Name << LookupCtx << DroppedSpecifier
tools/clang/lib/Sema/SemaCast.cpp
  437                           S.PDiag(msg) << CT << srcType << destType << range
tools/clang/lib/Sema/SemaChecking.cpp
 6219                               << Result.toString(10) << Low << High
 6219                               << Result.toString(10) << Low << High
 7396                            << LM.toString() << 0,
 7407                            << LM.toString() << 0,
 7423                           << CS.toString() << /*conversion specifier*/1,
 7434                           << CS.toString() << /*conversion specifier*/1,
 8035               << false << Ex->getSourceRange(),
 8046               << false << Ex->getSourceRange(),
 8451                                << IntendedTy << IsEnum << E->getSourceRange(),
 8505         EmitFormatDiagnostic(S.PDiag(Diag) << Name << IntendedTy << IsEnum
 8515                 << AT.getRepresentativeTypeName(S.Context) << ExprTy << IsEnum
 8545                         << IsEnum << CSR << E->getSourceRange(),
 8553                                << CallType
 8564                 << S.getLangOpts().CPlusPlus11 << ExprTy << CallType
 8743                       << Ex->getType() << false << Ex->getSourceRange(),
 8752                              << Ex->getType() << false << Ex->getSourceRange(),
 9415     S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 1);
 9418     S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 1);
 9457     S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 0);
 9460     S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 0);
 9729                               << IsContained << ContainedRD << OperationType
 9743                                 << ArgIdx << FnName << PointeeTy << 0);
 9749                                 << ArgIdx << FnName << PointeeTy << 1);
10753             << OS.str() << classifyConstantValue(Constant) << OtherT
10754             << OtherIsBooleanDespiteType << *Result
12260                                          << IsEqual;
tools/clang/lib/Sema/SemaDecl.cpp
  405                          << Result.getLookupName() << isClassName);
  701                          << II << DC << DroppedSpecifier << SS->getRange(),
  974                                     << DroppedSpecifier << SS.getRange());
 8061             << Name << NewDC << IsDefinition);
 9866                               << IsCPUSpecificCPUDispatchMVType),
tools/clang/lib/Sema/SemaDeclCXX.cpp
 4163                          << MemberOrBase << true);
 4176                            << MemberOrBase << false,
 9817                        << Ident << DC << DroppedSpecifier << SS.getRange(),
10543                                 << NameInfo.getName() << LookupContext << 0
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1712                        << identifiers[i] << true);
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  875   RetDiag << 0;
  888     ParamDiag << 1;
tools/clang/lib/Sema/SemaExpr.cpp
  850         PDiag(diag::warn_cxx98_compat_pass_non_pod_arg_to_vararg) << Ty << CT);
  858                               << Ty << CT << hasCStrMethod(E) << ".c_str()");
  858                               << Ty << CT << hasCStrMethod(E) << ".c_str()");
  866                             << getLangOpts().CPlusPlus11 << Ty << CT);
  877                               << Ty << CT);
 1912                                  << Typo << Ctx << DroppedSpecifier
 2089                                   << DroppedSpecifier << SS.getRange(),
 9265                             << IsDiv << RHS.get()->getSourceRange());
10366                               << 0 /*self-comparison*/
10385                               << 1 /*array comparison*/
10414                               << isa<ObjCEncodeExpr>(LiteralStringStripped)
14806     FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
14808     FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
17899       PD = PDiag(diag::err_dtor_expr_without_call) << /*pseudo-destructor*/ 1;
17903         PD = PDiag(diag::err_dtor_expr_without_call) << /*destructor*/ 0;
tools/clang/lib/Sema/SemaExprMember.cpp
  714                                        << Typo << DC << DroppedSpecifier
tools/clang/lib/Sema/SemaInit.cpp
 6144                      << (int)Entity.getKind() << CurInitExpr->getType()
 6154                                      << (int)Entity.getKind()
 6281     << OR << (int)Entity.getKind() << CurInitExpr->getType()
 6281     << OR << (int)Entity.getKind() << CurInitExpr->getType()
 8930       << (int)Entity.getKind()
 8932       << OnlyArg->isLValue()
 9879                 << TemplateName << !Guides.empty()),
tools/clang/lib/Sema/SemaOverload.cpp
 2799     PDiag << ft_default;
 2808       PDiag << ft_different_class << QualType(ToMember->getClass(), 0)
 2828     PDiag << ft_default;
 2834     PDiag << ft_default;
 2843     PDiag << ft_default;
 2848     PDiag << ft_parameter_arity << ToFunction->getNumParams()
 2856     PDiag << ft_parameter_mismatch << ArgPos + 1
 2865     PDiag << ft_return_type << ToFunction->getReturnType()
 2871     PDiag << ft_qualifer_mismatch << ToFunction->getMethodQuals()
 2882     PDiag << ft_noexcept;
 2887   PDiag << ft_default;
13263              << Args[0]->getType() << /*subscript*/ 0
13689                << Object.get()->getType() << /*call*/ 1
tools/clang/lib/Sema/SemaStmt.cpp
 1563       PDiag << 0;
 2270                                       << BeginRange->getType() << BEFFound),
 2572                                     << BEFFailure),
tools/clang/lib/Sema/SemaTemplate.cpp
  480                                     << Name << LookupCtx << DroppedSpecifier
  647                          << Name << LookupCtx << DroppedSpecifier
 8503           << FD->getDeclName() << (ExplicitTemplateArgs != nullptr),