Searched refs:CTI (Results 1 – 1 of 1) sorted by relevance
254 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in TypeExportableHelper() local258 const clang::BuiltinType *BT = static_cast<const clang::BuiltinType*>(CTI); in TypeExportableHelper()336 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in TypeExportableHelper()355 static_cast<const clang::ExtVectorType*>(CTI); in TypeExportableHelper()372 static_cast<const clang::ConstantArrayType*>(CTI); in TypeExportableHelper()461 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in ValidateTypeHelper() local569 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in ValidateTypeHelper()579 static_cast<const clang::ExtVectorType*>(CTI); in ValidateTypeHelper()596 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI); in ValidateTypeHelper()683 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in GetTypeName() local[all …]