Home | History | Annotate | Download | only in libclang

Lines Matching defs:ET

602   QualType ET = QualType();
609 ET = cast<ConstantArrayType> (TP)->getElementType();
612 ET = cast<IncompleteArrayType> (TP)->getElementType();
615 ET = cast<VariableArrayType> (TP)->getElementType();
618 ET = cast<DependentSizedArrayType> (TP)->getElementType();
621 ET = cast<VectorType> (TP)->getElementType();
624 ET = cast<ComplexType> (TP)->getElementType();
630 return MakeCXType(ET
654 QualType ET = QualType();
661 ET = cast<ConstantArrayType> (TP)->getElementType();
664 ET = cast<IncompleteArrayType> (TP)->getElementType();
667 ET = cast<VariableArrayType> (TP)->getElementType();
670 ET = cast<DependentSizedArrayType> (TP)->getElementType();
676 return MakeCXType(ET, GetTU(CT));
717 QualType ET = QualType();
722 ET = QualType(cast<MemberPointerType> (TP)->getClass(), 0);
724 return MakeCXType(ET, GetTU(CT));