Searched refs:IsInstance (Results 1 – 8 of 8) 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()
1369 auto isTextIO = IsInstance(textIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()1376 auto isRawIO = IsInstance(rawIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()1379 auto isBufferedIO = IsInstance(bufferedIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()
349 llvm::Expected<bool> IsInstance(const PythonObject &cls) {
236 bool IsInstance) const { in getProperty()239 if (Prop->isInstanceProperty() == IsInstance) { in getProperty()1357 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local1363 if (IsInstance) { in findPropertyDecl()
431 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod()433 ObjCMethodDeclBits.IsInstance = isInst; in setInstanceMethod()1075 bool IsInstance) const;
1709 uint64_t IsInstance : 1;
4793 bool IsInstance,10086 bool IsInstance);10088 bool IsInstance);
6568 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod() argument