Searched refs:IsInstance (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetPassConfig.h | 59 bool IsInstance = false; 64 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} 67 bool isInstance() const { return IsInstance; } 70 assert(!IsInstance && "Not a Pass ID"); in getID() 75 assert(IsInstance && "Not a Pass Instance"); in getInstance() 58 bool IsInstance = false; global() variable
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesReader.h | 130 lookupObjCProperty(ContextID CtxID, llvm::StringRef Name, bool IsInstance);
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 283 char IsInstance = endian::readNext<uint8_t, llvm::endianness::little>(Data); in ReadKey() local 284 return {ClassID, NameID, IsInstance}; in ReadKey() 362 auto IsInstance = endian::readNext<uint8_t, llvm::endianness::little>(Data); in ReadKey() local 363 return {ClassID, SelectorID, IsInstance}; in ReadKey() 1992 bool IsInstance) in lookupObjCProperty() argument 2002 std::make_tuple(CtxID.Value, *PropertyID, (char)IsInstance)); in lookupObjCProperty()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 1407 auto isTextIO = IsInstance(textIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods() 1414 auto isRawIO = IsInstance(rawIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods() 1417 auto isBufferedIO = IsInstance(bufferedIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()
|
H A D | PythonDataObjects.h | 373 llvm::Expected<bool> IsInstance(const PythonObject &cls) {
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 237 bool IsInstance) const { in getProperty() 240 if (Prop->isInstanceProperty() == IsInstance) { in getProperty() 1392 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local 1398 if (IsInstance) { in findPropertyDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 808 bool IsInstance); 810 bool IsInstance);
|
H A D | Sema.h | 10647 bool IsInstance,
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 426 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() 428 ObjCMethodDeclBits.IsInstance = isInst; in setInstanceMethod() 1078 bool IsInstance) const;
|
H A D | DeclBase.h | 1865 uint64_t IsInstance : 1;
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-typemaps.swig | 96 if (obj.IsInstance(sb_structured_data_class.get())) {
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7037 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod() argument
|