Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2704 QualType superType = getSuperStructType(); in SynthMessageExpr() local
2711 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
2714 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr()
2727 Context->getPointerType(superType), in SynthMessageExpr()
2735 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
2737 superType, VK_LValue, in SynthMessageExpr()
2800 QualType superType = getSuperStructType(); in SynthMessageExpr() local
2807 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
2810 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr()
2823 Context->getPointerType(superType), in SynthMessageExpr()
[all …]
H A DRewriteModernObjC.cpp3274 QualType superType = getSuperStructType(); in SynthMessageExpr() local
3281 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
3284 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr()
3297 Context->getPointerType(superType), in SynthMessageExpr()
3305 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
3307 superType, VK_LValue, in SynthMessageExpr()
3370 QualType superType = getSuperStructType(); in SynthMessageExpr() local
3377 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
3380 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr()
3393 Context->getPointerType(superType), in SynthMessageExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp347 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local
348 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
H A DType.cpp1569 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local
1570 if (superType.isNull()) { in getObjCSubstitutions()
1575 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()