Home
last modified time | relevance | path

Searched refs:superType (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2699 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 DRewriteModernObjC.cpp3270 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 DDeclObjC.cpp359 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local
360 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
H A DType.cpp1599 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local
1600 if (superType.isNull()) { in getObjCSubstitutions()
1605 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()