reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
909 T = TSI->getType(); 910 if (T.isNull()) 911 T = getContext().VoidTy; 912 if (!T->getAs<FunctionType>()) 913 T = getContext().getFunctionNoProtoType(T); 913 T = getContext().getFunctionNoProtoType(T); 914 T = getContext().getBlockPointerType(T); 914 T = getContext().getBlockPointerType(T); 917 getBlockCodeRegion(BD, C.getCanonicalType(T),