Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3269 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
3368 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
3371 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr()
3384 Context->getPointerType(superType), in SynthMessageExpr()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp360 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local
361 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
H A DType.cpp1698 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local
1699 if (superType.isNull()) { in getObjCSubstitutions()
1704 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()