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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1569 QualType superType = objectType->getSuperClassType();
1570 if (superType.isNull()) {
1575 objectType = superType->castAs<ObjCObjectType>();
Type.cpp 1569 QualType superType = objectType->getSuperClassType();
1570 if (superType.isNull()) {
1575 objectType = superType->castAs<ObjCObjectType>();
  /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...]
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...]

Completed in 86 milliseconds