Searched refs:IsInstanceSuper (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 108 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr() argument 117 Kind(IsInstanceSuper ? SuperInstance : SuperClass), in ObjCMessageExpr() 177 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument 189 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
|