Home | History | Annotate | Download | only in AST

Lines Matching refs:EltType

2062   QualType EltType = T->getElementType();
2063 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType");
2066 switch (cast<BuiltinType>(EltType)->getKind()) {
2072 switch (cast<BuiltinType>(EltType)->getKind()) {
2087 getASTContext().getTypeSize(EltType));