Searched refs:IsInstanceSuper (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
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()
|
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 119 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr() argument 131 Kind(IsInstanceSuper ? SuperInstance : SuperClass), in ObjCMessageExpr() 203 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument 215 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprObjC.h | 996 bool IsInstanceSuper, 1129 bool IsInstanceSuper, 1333 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) { in setSuper() argument 1334 Kind = IsInstanceSuper? SuperInstance : SuperClass; in setSuper()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 923 bool IsInstanceSuper, 1041 bool IsInstanceSuper, 1238 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) { 1239 Kind = IsInstanceSuper? SuperInstance : SuperClass;
|