Searched refs:IsInstance (Results 1 – 6 of 6) sorted by relevance
57 bool IsInstance = false; variable62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()65 bool isInstance() const { return IsInstance; } in isInstance()68 assert(!IsInstance && "Not a Pass ID"); in getID()73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
1311 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local1317 if (IsInstance) { in findPropertyDecl()
422 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod()424 ObjCMethodDeclBits.IsInstance = isInst; in setInstanceMethod()
1565 uint64_t IsInstance : 1; variable
3603 bool IsInstance,8193 bool IsInstance);8195 bool IsInstance);
6188 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod() argument