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

/external/clang/include/clang/AST/
H A DExprObjC.h938 bool IsInstanceSuper,
1044 /// \param IsInstanceSuper Whether this is an instance "super"
1059 bool IsInstanceSuper,
1256 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) { argument
1257 Kind = IsInstanceSuper? SuperInstance : SuperClass;
/external/clang/lib/AST/
H A DExpr.cpp3369 bool IsInstanceSuper,
3384 Kind(IsInstanceSuper? SuperInstance : SuperClass),
3471 bool IsInstanceSuper,
3487 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper,
3365 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) argument
3467 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) argument

Completed in 63 milliseconds