Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h67 bool isInstance() const { return IsInstance; } in isInstance() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp308 const bool isInstance = instance; in BuildMethod() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp92 getMethod(Selector Sel,bool isInstance,bool AllowHidden) const getMethod() argument
701 lookupMethod(Selector Sel,bool isInstance,bool shallowCategoryLookup,bool followSuper,const ObjCCategoryDecl * C) const lookupMethod() argument
826 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
856 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...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1347 getCategoryMethod(Selector Sel,bool isInstance) getCategoryMethod() argument
[all...]
H A DDeclCXX.h2080 bool isInstance() const { return !isStatic(); } isInstance() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7921 const bool isInstance = AddObjCClassProperty() local
8091 const bool isInstance = (name[0] == '-'); AddMethodToObjCObjectType() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1937 LookupMethodInObjectType(Selector sel,QualType type,bool isInstance) LookupMethodInObjectType() argument
H A DSemaDeclObjC.cpp4676 bool isInstance = Method->isInstanceMethod(); checkObjCDirectMethodClashes() local
H A DSemaExpr.cpp2416 bool isInstance = CurMethod && CurMethod->isInstance() && DiagnoseDependentMemberLookup() local