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