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()
1368 auto isTextIO = IsInstance(textIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()1375 auto isRawIO = IsInstance(rawIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()1378 auto isBufferedIO = IsInstance(bufferedIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()
361 llvm::Expected<bool> IsInstance(const PythonObject &cls) {
236 bool IsInstance) const { in getProperty()239 if (Prop->isInstanceProperty() == IsInstance) { in getProperty()1392 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local1398 if (IsInstance) { in findPropertyDecl()
428 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod()430 ObjCMethodDeclBits.IsInstance = isInst; in setInstanceMethod()1072 bool IsInstance) const;
1728 uint64_t IsInstance : 1;
4916 bool IsInstance,10410 bool IsInstance);10412 bool IsInstance);
6671 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod() argument