Home
last modified time | relevance | path

Searched refs:SuperType (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DExprObjC.cpp137 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument
153 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr()
220 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument
233 SuperType, Sel, SelLocs, SelLocsK, Method, in Create()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1763 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument
1790 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
1806 SuperLoc, SuperType); in HandleExprPropertyRefExpr()
1874 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
1893 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr()
1933 QualType SuperType; in ActOnClassPropertyRefExpr() local
1940 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr()
1942 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr()
1948 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr()
2007 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr()
[all …]
DSemaCodeComplete.cpp2006 std::string SuperType; in AddOrdinaryNameResults() local
2007 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults()
2009 SuperType += " *"; in AddOrdinaryNameResults()
2011 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
DTreeTransform.h2817 QualType SuperType, in RebuildObjCMessageExpr() argument
2823 SuperType, in RebuildObjCMessageExpr()
2828 SuperType, in RebuildObjCMessageExpr()
/external/clang/include/clang/AST/
DExprObjC.h928 QualType SuperType,
1049 QualType SuperType,
/external/clang/include/clang/Sema/
DSema.h7400 SourceLocation SuperLoc, QualType SuperType,