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

/external/chromium_org/ipc/mojo/
H A Dipc_mojo_perftest.cc72 typedef IPC::test::PingPongTestClient SuperType; typedef in class:__anon8497::MojoTestClient
/external/clang/lib/AST/
H A DExpr.cpp3370 QualType SuperType,
3390 setReceiverPointer(SuperType.getAsOpaquePtr());
3472 QualType SuperType,
3488 SuperType, Sel, SelLocs, SelLocsK,
3365 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
3467 Create(const 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 DSemaCodeComplete.cpp2004 std::string SuperType; local
2005 SuperType = ID->getSuperClass()->getNameAsString();
2007 SuperType += " *";
2009 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));
H A DSemaExprObjC.cpp1562 SourceLocation SuperLoc, QualType SuperType,
1590 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType);
1606 SuperLoc, SuperType);
1658 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType);
1676 SuperLoc, SuperType, Super);
1558 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument

Completed in 110 milliseconds