Home | History | Annotate | Download | only in Symbol

Lines Matching refs:getCanonicalTypeInternal

432     const BuiltinType *builtin_type = dyn_cast<BuiltinType>(qual_type->getCanonicalTypeInternal());
597 if (const BuiltinType *BT = dyn_cast<BuiltinType>(qual_type->getCanonicalTypeInternal()))
607 else if (const ComplexType *CT = dyn_cast<ComplexType>(qual_type->getCanonicalTypeInternal()))
616 else if (const VectorType *VT = dyn_cast<VectorType>(qual_type->getCanonicalTypeInternal()))
1116 const BuiltinType *builtin_type = dyn_cast<BuiltinType>(qual_type->getCanonicalTypeInternal());
1180 const ComplexType *complex_type = dyn_cast<ComplexType>(qual_type->getCanonicalTypeInternal());
1261 const VectorType *vector_type = dyn_cast<VectorType>(qual_type->getCanonicalTypeInternal());
5682 const clang::Type *canonical_type = element_qual_type->getCanonicalTypeInternal().getTypePtr();