Searched refs:IsInstance (Results 1 – 4 of 4) sorted by relevance
60 bool IsInstance; variable62 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {} in IdentifyingPassPtr()63 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {} in IdentifyingPassPtr()64 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()67 bool isInstance() const { return IsInstance; } in isInstance()70 assert(!IsInstance && "Not a Pass ID"); in getID()74 assert(IsInstance && "Not a Pass Instance"); in getInstance()
123 unsigned IsInstance : 1; variable235 IsInstance(isInstance), IsVariadic(isVariadic), in NamedDecl()419 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod()420 void setInstanceMethod(bool isInst) { IsInstance = isInst; } in setInstanceMethod()424 bool isClassMethod() const { return !IsInstance; } in isClassMethod()
3114 bool IsInstance);7322 bool IsInstance);7324 bool IsInstance);
5726 bool IsInstance) { in SelectBestMethod() argument5728 if (!CollectMultipleMethodsInGlobalPool(Sel, Methods, IsInstance)) in SelectBestMethod()