Searched refs:IsInstanceSuper (Results 1 – 2 of 2) sorted by relevance
| /src/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()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 1021 bool IsInstanceSuper, 1139 bool IsInstanceSuper, 1343 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) { in setSuper() argument 1344 Kind = IsInstanceSuper? SuperInstance : SuperClass; in setSuper()
|