reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
332 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) { 341 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1); 354 while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) { 378 if (!vecType->isAccessorWithinNumElements(*compStr++, HexSwizzle)) { 406 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2 412 return vecType->getElementType(); 416 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);