Searched defs:SuperType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp2736 QualType SuperType,
2755 setReceiverPointer(SuperType.getAsOpaquePtr());
2837 QualType SuperType,
2853 SuperType, Sel, SelLocs, SelLocsK,
2731 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
2832 Create(ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1333 SourceLocation SuperLoc, QualType SuperType,
1362 SuperLoc, SuperType));
1382 SuperLoc, SuperType));
1445 SuperLoc, SuperType));
1469 SuperLoc, SuperType, Super);
1329 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument
H A DSemaCodeComplete.cpp1944 std::string SuperType; local
1945 SuperType = ID->getSuperClass()->getNameAsString();
1947 SuperType += " *";
1949 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));

Completed in 51 milliseconds