Searched refs:superType (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 2704 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 …]
|
| HD | RewriteModernObjC.cpp | 3318 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/ |
| HD | DeclObjC.cpp | 279 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local 280 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
|
| HD | Type.cpp | 1322 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local 1323 if (superType.isNull()) { in getObjCSubstitutions() 1328 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()
|