Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A 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()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A 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()