/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetPassConfig.h | 67 bool isInstance() const { return IsInstance; } in isInstance() function
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 308 const bool isInstance = instance; BuildMethod() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 93 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 D | DeclObjC.h | 1350 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const { in getCategoryMethod() argument [all...] |
H A D | DeclCXX.h | 2087 bool isInstance() const { return !isStatic(); } isInstance() function
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8082 const bool isInstance = AddObjCClassProperty() local 8254 const bool isInstance = (name[0] == '-'); AddMethodToObjCObjectType() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1953 LookupMethodInObjectType(Selector sel,QualType type,bool isInstance) LookupMethodInObjectType() argument
|
H A D | SemaDeclObjC.cpp | 4684 bool isInstance = Method->isInstanceMethod(); checkObjCDirectMethodClashes() local
|
H A D | SemaExpr.cpp | 2376 bool isInstance = CurMethod && CurMethod->isInstance() && DiagnoseDependentMemberLookup() local
|