Searched defs:CurType (Results 1 – 2 of 2) sorted by relevance
4679 static void HandleVectorSizeAttr(QualType& CurType, const AttributeList &Attr, in HandleVectorSizeAttr()4738 static void HandleExtVectorTypeAttr(QualType &CurType, in HandleExtVectorTypeAttr()4828 static void HandleNeonVectorTypeAttr(QualType& CurType, in HandleNeonVectorTypeAttr()
1585 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local