Home
last modified time | relevance | path

Searched refs:IsInstanceSuper (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/AST/
DExprObjC.cpp108 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/
DExprObjC.cpp119 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/
DExprObjC.h996 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/
DExprObjC.h923 bool IsInstanceSuper,
1041 bool IsInstanceSuper,
1238 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) {
1239 Kind = IsInstanceSuper? SuperInstance : SuperClass;