Home | History | Annotate | Download | only in libclang

Lines Matching refs:ET

605   QualType ET = QualType();
612 ET = cast<ConstantArrayType> (TP)->getElementType();
615 ET = cast<IncompleteArrayType> (TP)->getElementType();
618 ET = cast<VariableArrayType> (TP)->getElementType();
621 ET = cast<DependentSizedArrayType> (TP)->getElementType();
624 ET = cast<VectorType> (TP)->getElementType();
627 ET = cast<ComplexType> (TP)->getElementType();
633 return MakeCXType(ET, GetTU(CT));
657 QualType ET = QualType();
664 ET = cast<ConstantArrayType> (TP)->getElementType();
667 ET = cast<IncompleteArrayType> (TP)->getElementType();
670 ET = cast<VariableArrayType> (TP)->getElementType();
673 ET = cast<DependentSizedArrayType> (TP)->getElementType();
679 return MakeCXType(ET, GetTU(CT));
720 QualType ET = QualType();
725 ET = QualType(cast<MemberPointerType> (TP)->getClass(), 0);
727 return MakeCXType(ET, GetTU(CT));