Home
last modified time | relevance | path

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

/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/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;