Home | History | Annotate | Download | only in libclang

Lines Matching defs:ET

590   QualType ET = QualType();
597 ET = cast<ConstantArrayType> (TP)->getElementType();
600 ET = cast<IncompleteArrayType> (TP)->getElementType();
603 ET = cast<VariableArrayType> (TP)->getElementType();
606 ET = cast<DependentSizedArrayType> (TP)->getElementType();
609 ET = cast<VectorType> (TP)->getElementType();
612 ET = cast<ComplexType> (TP)->getElementType();
618 return MakeCXType(ET, GetTU(CT));
642 QualType ET = QualType();
649 ET = cast<ConstantArrayType> (TP)->getElementType();
652 ET = cast<IncompleteArrayType> (TP)->getElementType();
655 ET = cast<VariableArrayType> (TP)->getElementType();
658 ET = cast<DependentSizedArrayType> (TP)->getElementType();
664 return MakeCXType(ET, GetTU(CT));