Searched refs:isPropertyAccessor (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp323 const bool isPropertyAccessor = false; local
370 isPropertyAccessor, isSynthesizedAccessorStub, isImplicitlyDeclared,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h388 if (!Method || !Method->isPropertyAccessor())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp496 if (D->isPropertyAccessor())
540 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container))
544 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container))
H A DIndexSymbol.cpp220 if (MD->isPropertyAccessor()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp781 bool isInstance, bool isVariadic, bool isPropertyAccessor,
793 setPropertyAccessor(isPropertyAccessor);
812 bool isPropertyAccessor, bool isSynthesizedAccessorStub,
817 isVariadic, isPropertyAccessor, isSynthesizedAccessorStub,
1319 if (isPropertyAccessor()) {
778 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, ImplementationControl impControl, bool HasRelatedResultType) argument
808 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, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DASTContext.cpp584 if (OMD && OMD->isPropertyAccessor())
H A DASTImporter.cpp4108 D->isInstanceMethod(), D->isVariadic(), D->isPropertyAccessor(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2743 !method->isPropertyAccessor() &&
2764 if (C || MethodInClass->isPropertyAccessor())
2818 if (!I->isPropertyAccessor() &&
2837 else if (!I->isPropertyAccessor())
2848 if (!I->isPropertyAccessor() &&
2866 else if (!I->isPropertyAccessor())
3631 Method->getMethod()->isPropertyAccessor()))
3638 Method->getMethod()->isPropertyAccessor()))
4622 /*isPropertyAccessor=*/false, /*isSynthesizedAccessorStub=*/false,
5170 if (!Method || !Method->isPropertyAccessor())
[all...]
H A DSemaPseudoObject.cpp664 if (setter->isPropertyAccessor() && warn)
1198 /*isPropertyAccessor=*/false,
1304 /*isPropertyAccessor=*/false,
H A DSemaObjCProperty.cpp1065 Decl->isVariadic(), Decl->isPropertyAccessor(),
1853 if (!IMD || !IMD->isPropertyAccessor())
2470 /*isPropertyAccessor=*/true, /*isSynthesizedAccessorStub=*/false,
2521 /*isPropertyAccessor=*/true,
H A DSemaExprObjC.cpp291 /*isPropertyAccessor=*/false,
567 /*isPropertyAccessor=*/false,
681 /*isPropertyAccessor=*/false,
816 /*isPropertyAccessor=*/false, /*isSynthesizedAccessorStub=*/false,
921 /*isPropertyAccessor=*/false,
1950 if (Setter && Setter->isImplicit() && Setter->isPropertyAccessor() &&
4208 if (InstanceMethod->isPropertyAccessor())
H A DSemaCodeComplete.cpp2778 cast<ObjCMethodDecl>(Param->getDeclContext())->isPropertyAccessor()) {
3574 if (!M || !M->isPropertyAccessor())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1097 if (!MD || !MD->isPropertyAccessor())
1286 if (CompileTimeMD->isPropertyAccessor()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h174 bool isVariadic = false, bool isPropertyAccessor = false,
235 bool isVariadic = false, bool isPropertyAccessor = false,
433 bool isPropertyAccessor() const { function in class:clang::ObjCList
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp821 if (!D->isPropertyAccessor())
H A DPathDiagnostic.cpp868 MD->isPropertyAccessor() &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp257 if (!Method->isPropertyAccessor())
1168 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() ||
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7481 const bool isPropertyAccessor = false; local
7492 class_interface_decl, isInstance, isVariadic, isPropertyAccessor,
7516 const bool isPropertyAccessor = true; local
7527 isPropertyAccessor, isSynthesizedAccessorStub, isImplicitlyDeclared,
7630 const bool isPropertyAccessor = false; local
7652 isVariadic, isPropertyAccessor, isSynthesizedAccessorStub,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp693 Record.push_back(D->isPropertyAccessor());

Completed in 434 milliseconds