Searched refs:superType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2699 QualType superType = getSuperStructType(); in SynthMessageExpr() local 2706 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2709 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 2722 Context->getPointerType(superType), in SynthMessageExpr() 2730 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 2732 superType, VK_LValue, in SynthMessageExpr() 2791 QualType superType = getSuperStructType(); in SynthMessageExpr() local 2801 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 2814 Context->getPointerType(superType), in SynthMessageExpr() 2822 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() [all …]
|
| H A D | RewriteModernObjC.cpp | 3270 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3277 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3280 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 3293 Context->getPointerType(superType), in SynthMessageExpr() 3301 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3303 superType, VK_LValue, in SynthMessageExpr() 3362 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3372 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 3385 Context->getPointerType(superType), in SynthMessageExpr() 3393 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 359 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local 360 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
|
| H A D | Type.cpp | 1635 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local 1636 if (superType.isNull()) { in getObjCSubstitutions() 1641 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()
|