Searched defs:isInstance (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetPassConfig.h | 66 bool isInstance() const { return IsInstance; } in isInstance() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 309 const bool isInstance = instance; in BuildMethod() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 90 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod() 697 bool isInstance, in lookupMethod() 822 bool isInstance, bool isVariadic, bool isPropertyAccessor, in ObjCMethodDecl() 852 DeclContext *contextDecl, bool isInstance, bool isVariadic, in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1348 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const { in getCategoryMethod()
|
| H A D | DeclCXX.h | 2151 bool isInstance() const { return !isStatic(); } in isInstance() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8019 const bool isInstance = in AddObjCClassProperty() local 8180 const bool isInstance = (name[0] == '-'); in AddMethodToObjCObjectType() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1940 bool isInstance) { in LookupMethodInObjectType()
|
| H A D | SemaDeclObjC.cpp | 4684 bool isInstance = Method->isInstanceMethod(); in checkObjCDirectMethodClashes() local
|
| H A D | SemaExpr.cpp | 2458 bool isInstance = CurMethod && CurMethod->isInstance() && in DiagnoseDependentMemberLookup() local
|