Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h67 bool isInstance() const { return IsInstance; } in isInstance() function
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp308 const bool isInstance = instance; BuildMethod() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp93 getMethod(Selector Sel,bool isInstance,bool AllowHidden) const getMethod() argument
700 lookupMethod(Selector Sel,bool isInstance,bool shallowCategoryLookup,bool followSuper,const ObjCCategoryDecl * C) const lookupMethod() argument
825 ObjCMethodDecl(SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) ObjCMethodDecl() argument
855 Create(ASTContext & C,SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) Create() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1350 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const { in getCategoryMethod() argument
[all...]
H A DDeclCXX.h2087 bool isInstance() const { return !isStatic(); } isInstance() function
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8082 const bool isInstance = AddObjCClassProperty() local
8254 const bool isInstance = (name[0] == '-'); AddMethodToObjCObjectType() local
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1953 LookupMethodInObjectType(Selector sel,QualType type,bool isInstance) LookupMethodInObjectType() argument
H A DSemaDeclObjC.cpp4684 bool isInstance = Method->isInstanceMethod(); checkObjCDirectMethodClashes() local
H A DSemaExpr.cpp2376 bool isInstance = CurMethod && CurMethod->isInstance() && DiagnoseDependentMemberLookup() local