Home
last modified time | relevance | path

Searched refs:superType (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp2704 QualType superType = getSuperStructType(); in SynthMessageExpr() local
2711 false, superType, VK_LValue, in SynthMessageExpr()
2714 superType, VK_LValue, in SynthMessageExpr()
2727 Context->getPointerType(superType), in SynthMessageExpr()
2735 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
2737 superType, VK_LValue, in SynthMessageExpr()
2804 QualType superType = getSuperStructType(); in SynthMessageExpr() local
2811 false, superType, VK_LValue, in SynthMessageExpr()
2814 superType, VK_LValue, SourceLocation()); in SynthMessageExpr()
2826 Context->getPointerType(superType), in SynthMessageExpr()
[all …]
HDRewriteModernObjC.cpp3318 QualType superType = getSuperStructType(); in SynthMessageExpr() local
3325 false, superType, VK_LValue, in SynthMessageExpr()
3328 superType, VK_LValue, in SynthMessageExpr()
3341 Context->getPointerType(superType), in SynthMessageExpr()
3349 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
3351 superType, VK_LValue, in SynthMessageExpr()
3418 QualType superType = getSuperStructType(); in SynthMessageExpr() local
3425 false, superType, VK_LValue, in SynthMessageExpr()
3428 superType, VK_LValue, SourceLocation()); in SynthMessageExpr()
3440 Context->getPointerType(superType), in SynthMessageExpr()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp279 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local
280 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
HDType.cpp1322 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local
1323 if (superType.isNull()) { in getObjCSubstitutions()
1328 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()