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

References

tools/clang/lib/AST/ASTContext.cpp
 3033   assert(T->isFunctionType() && "block of function types only");
 3037   BlockPointerType::Profile(ID, T);
 3047   if (!T.isCanonical()) {
 3048     Canonical = getBlockPointerType(getCanonicalType(T));
 3055   auto *New = new (*this, TypeAlignment) BlockPointerType(T, Canonical);