HomeSort by: relevance | last modified time | path
    Searched refs:superType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 3274 QualType superType = getSuperStructType();
3281 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType,
3284 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
3297 Context->getPointerType(superType),
3305 = Context->getTrivialTypeSourceInfo(superType);
3307 superType, VK_LValue,
3370 QualType superType = getSuperStructType();
3377 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType,
3380 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
3393 Context->getPointerType(superType),
    [all...]
RewriteObjC.cpp 2704 QualType superType = getSuperStructType();
2711 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType,
2714 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
2727 Context->getPointerType(superType),
2735 = Context->getTrivialTypeSourceInfo(superType);
2737 superType, VK_LValue,
2800 QualType superType = getSuperStructType();
2807 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType,
2810 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
2823 Context->getPointerType(superType),
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 347 if (const ObjCObjectType *superType = getSuperClassType()) {
348 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) {
Type.cpp 1569 QualType superType = objectType->getSuperClassType();
1570 if (superType.isNull()) {
1575 objectType = superType->castAs<ObjCObjectType>();

Completed in 27 milliseconds