Home | History | Annotate | Download | only in AST

Lines Matching defs:EltType

2212   QualType EltType = T->getElementType();
2213 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType");
2216 switch (cast<BuiltinType>(EltType)->getKind()) {
2231 switch (cast<BuiltinType>(EltType)->getKind()) {
2249 getASTContext().getTypeSize(EltType));
2260 static StringRef mangleAArch64VectorBase(const BuiltinType *EltType) {
2261 switch (EltType->getKind()) {
2295 QualType EltType = T->getElementType();
2296 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType");
2298 (T->getNumElements() * getASTContext().getTypeSize(EltType));
2306 switch (cast<BuiltinType>(EltType)->getKind()) {
2320 EltName = mangleAArch64VectorBase(cast<BuiltinType>(EltType));