Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprObjC.cpp126 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument
142 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr()
209 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument
222 SuperType, Sel, SelLocs, SelLocsK, Method, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1802 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument
1830 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
1847 SuperLoc, SuperType); in HandleExprPropertyRefExpr()
1916 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
1951 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr()
1990 QualType SuperType; in ActOnClassPropertyRefExpr() local
1997 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr()
1999 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr()
2005 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr()
2070 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr()
[all …]
H A DSemaCodeComplete.cpp2208 std::string SuperType; in AddOrdinaryNameResults() local
2209 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults()
2211 SuperType += " *"; in AddOrdinaryNameResults()
2213 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
H A DTreeTransform.h3026 QualType SuperType, in RebuildObjCMessageExpr() argument
3032 SuperType, in RebuildObjCMessageExpr()
3037 SuperType, in RebuildObjCMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h961 QualType SuperType,
1094 QualType SuperType,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8206 SourceLocation SuperLoc, QualType SuperType,