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

References

tools/clang/lib/AST/ExprConstant.cpp
 5084       Info, E, This,
 5109     Info.FFDiag(E, diag::note_constexpr_pure_virtual_call, 1) << Callee;
 5110     Info.Note(Callee->getLocation(), diag::note_declared_at);
 5116   if (!Info.Ctx.hasSameUnqualifiedType(Callee->getReturnType(),
 5126       if (Next && !Info.Ctx.hasSameUnqualifiedType(
 5130     if (!Info.Ctx.hasSameUnqualifiedType(Found->getReturnType(),
 5136   if (!CastToDerivedClass(Info, E, This, Callee->getParent(), PathLength))