Searched refs:CTI (Results 1 – 1 of 1) sorted by relevance
271 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in TypeExportableHelper() local275 const clang::BuiltinType *BT = static_cast<const clang::BuiltinType*>(CTI); in TypeExportableHelper()360 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in TypeExportableHelper()393 static_cast<const clang::ExtVectorType*>(CTI); in TypeExportableHelper()410 static_cast<const clang::ConstantArrayType*>(CTI); in TypeExportableHelper()504 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in ValidateTypeHelper() local628 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in ValidateTypeHelper()638 static_cast<const clang::ExtVectorType*>(CTI); in ValidateTypeHelper()655 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI); in ValidateTypeHelper()753 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in GetTypeName() local[all …]