Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DExprObjC.cpp108 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,SourceLocation SuperLoc,bool IsInstanceSuper,QualType SuperType,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument
177 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,SourceLocation SuperLoc,bool IsInstanceSuper,QualType SuperType,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1343 setSuper(SourceLocation Loc,QualType T,bool IsInstanceSuper) setSuper() argument