Searched refs:superType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2693 QualType superType = getSuperStructType(); in SynthMessageExpr() local 2700 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2702 SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType, in SynthMessageExpr() 2715 Context->getPointerType(superType), in SynthMessageExpr() 2723 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 2725 superType, VK_LValue, in SynthMessageExpr() 2788 QualType superType = getSuperStructType(); in SynthMessageExpr() local 2797 SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType, in SynthMessageExpr() 2810 Context->getPointerType(superType), in SynthMessageExpr() 2818 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() [all …]
|
| H A D | RewriteModernObjC.cpp | 3268 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3275 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3277 SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType, in SynthMessageExpr() 3290 Context->getPointerType(superType), in SynthMessageExpr() 3298 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3300 superType, VK_LValue, in SynthMessageExpr() 3363 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3372 SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType, in SynthMessageExpr() 3385 Context->getPointerType(superType), in SynthMessageExpr() 3393 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 346 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local 347 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
|
| H A D | Type.cpp | 1429 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local 1430 if (superType.isNull()) { in getObjCSubstitutions() 1435 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()
|