Searched refs:superType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/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 | 3269 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3276 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3279 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 3292 Context->getPointerType(superType), in SynthMessageExpr() 3300 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3302 superType, VK_LValue, in SynthMessageExpr() 3361 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3371 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 3384 Context->getPointerType(superType), in SynthMessageExpr() 3392 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 347 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local 348 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
|
| H A D | Type.cpp | 1569 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local 1570 if (superType.isNull()) { in getObjCSubstitutions() 1575 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()
|