Home
last modified time | relevance | path

Searched defs:isInstance (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h66 bool isInstance() const { return IsInstance; } in isInstance() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod()
701 bool isInstance, in lookupMethod()
826 bool isInstance, bool isVariadic, bool isPropertyAccessor, in ObjCMethodDecl()
856 DeclContext *contextDecl, bool isInstance, bool isVariadic, in Create()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp308 const bool isInstance = instance; in BuildMethod() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1339 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const { in getCategoryMethod()
H A DDeclCXX.h2022 bool isInstance() const { return !isStatic(); } in isInstance() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8046 const bool isInstance = in AddObjCClassProperty() local
8216 const bool isInstance = (name[0] == '-'); in AddMethodToObjCObjectType() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1935 bool isInstance) { in LookupMethodInObjectType()
H A DSemaDeclObjC.cpp4677 bool isInstance = Method->isInstanceMethod(); in checkObjCDirectMethodClashes() local
H A DSemaExpr.cpp2218 bool isInstance = CurMethod && CurMethod->isInstance() && in DiagnoseDependentMemberLookup() local