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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 4777   assert(CalleeType->isFunctionPointerType() &&
 4783   CalleeType = getContext().getCanonicalType(CalleeType);
 4783   CalleeType = getContext().getCanonicalType(CalleeType);
 4785   auto PointeeType = cast<PointerType>(CalleeType)->getPointeeType();
 4828                                       EmitCheckTypeDescriptor(CalleeType)};