Searched refs:IsInstance (Results 1 – 6 of 6) sorted by relevance
58 bool IsInstance = false; variable63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()66 bool isInstance() const { return IsInstance; } in isInstance()69 assert(!IsInstance && "Not a Pass ID"); in getID()74 assert(IsInstance && "Not a Pass Instance"); in getInstance()
431 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod()433 ObjCMethodDeclBits.IsInstance = isInst; in setInstanceMethod()
1665 uint64_t IsInstance : 1;
1341 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local1347 if (IsInstance) { in findPropertyDecl()
4501 bool IsInstance,9692 bool IsInstance);9694 bool IsInstance);
6488 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod() argument