Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4635 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()
H A DSemaTemplate.cpp1566 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local