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