Searched refs:superType (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 2798 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2801 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 2814 Context->getPointerType(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 3369 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3372 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr() 3385 Context->getPointerType(superType), in SynthMessageExpr() [all …]
|
| /openbsd-src/gnu/llvm/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 | 1599 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local 1600 if (superType.isNull()) { in getObjCSubstitutions() 1605 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()
|