Home
last modified time | relevance | path

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

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