Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprObjC.cpp136 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr() argument
148 Kind(IsInstanceSuper ? SuperInstance : SuperClass), in ObjCMessageExpr()
220 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument
232 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
/external/clang/include/clang/AST/
DExprObjC.h927 bool IsInstanceSuper,
1048 bool IsInstanceSuper,
1245 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) {
1246 Kind = IsInstanceSuper? SuperInstance : SuperClass;