Searched refs:SuperType (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h927 QualType SuperType,
1048 QualType SuperType,
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1368 SourceLocation SuperLoc, QualType SuperType,
1397 SuperLoc, SuperType));
1417 SuperLoc, SuperType));
1474 SuperLoc, SuperType));
1498 SuperLoc, SuperType, Super);
1364 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument
H A DSemaCodeComplete.cpp1947 std::string SuperType; local
1948 SuperType = ID->getSuperClass()->getNameAsString();
1950 SuperType += " *";
1952 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));
/external/clang/lib/AST/
H A DExpr.cpp3123 QualType SuperType,
3142 setReceiverPointer(SuperType.getAsOpaquePtr());
3224 QualType SuperType,
3240 SuperType, Sel, SelLocs, SelLocsK,
3118 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
3219 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/include/clang/Sema/
H A DSema.h6156 SourceLocation SuperLoc, QualType SuperType,

Completed in 134 milliseconds