Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprObjC.cpp125 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr() argument
137 Kind(IsInstanceSuper ? SuperInstance : SuperClass), in ObjCMessageExpr()
209 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument
221 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h960 bool IsInstanceSuper,
1093 bool IsInstanceSuper,
1290 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) {
1291 Kind = IsInstanceSuper? SuperInstance : SuperClass;