Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp105 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr()
172 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1337 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) { in setSuper()