Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp109 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument
122 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr()
177 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument
190 SuperType, Sel, SelLocs, SelLocsK, Method, in Create()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1980 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument
2008 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
2025 SuperLoc, SuperType); in HandleExprPropertyRefExpr()
2095 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
2129 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr()
2168 QualType SuperType; in ActOnClassPropertyRefExpr() local
2175 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr()
2177 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr()
2183 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr()
2248 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr()
[all …]
H A DSemaCodeComplete.cpp2614 std::string SuperType; in AddOrdinaryNameResults() local
2615 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults()
2617 SuperType += " *"; in AddOrdinaryNameResults()
2619 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
H A DTreeTransform.h3486 QualType SuperType, in RebuildObjCMessageExpr() argument
3492 SuperType, in RebuildObjCMessageExpr()
3497 SuperType, in RebuildObjCMessageExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h997 QualType SuperType,
1130 QualType SuperType,
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9707 SourceLocation SuperLoc, QualType SuperType,