Home
last modified time | relevance | path

Searched defs:CurType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp5970 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()
DSemaTemplate.cpp1597 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local