Searched refs:superType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2697 QualType superType = getSuperStructType(); in SynthMessageExpr() local 2704 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2707 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 2720 Context->getPointerType(superType), in SynthMessageExpr() 2728 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 2730 superType, VK_LValue, in SynthMessageExpr() 2789 QualType superType = getSuperStructType(); in SynthMessageExpr() local 2796 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2799 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 2812 Context->getPointerType(superType), in SynthMessageExpr() [all …]
|
| H A D | RewriteModernObjC.cpp | 3268 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3275 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3278 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 3291 Context->getPointerType(superType), in SynthMessageExpr() 3299 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3301 superType, VK_LValue, in SynthMessageExpr() 3360 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3367 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3370 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 3383 Context->getPointerType(superType), in SynthMessageExpr() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 357 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local 358 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
|
| H A D | Type.cpp | 1744 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local 1745 if (superType.isNull()) { in getObjCSubstitutions() 1750 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()
|