Home
last modified time | relevance | path

Searched refs:isPropertyAccessor (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h232 bool isPropertyAccessor = false,
240 IsPropertyAccessor(isPropertyAccessor), in NamedDecl()
266 bool isPropertyAccessor = false,
408 bool isPropertyAccessor() const { return IsPropertyAccessor; } in isPropertyAccessor() function
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp561 bool isPropertyAccessor, in Create() argument
568 isInstance, isVariadic, isPropertyAccessor, in Create()
1010 if (isPropertyAccessor()) { in findPropertyDecl()
HDASTImporter.cpp3287 D->isPropertyAccessor(), in VisitObjCMethodDecl()
HDASTContext.cpp451 if (OMD && OMD->isPropertyAccessor()) in getCommentForDecl()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp1665 !method->isPropertyAccessor() && in CheckProtocolMethodDefs()
1680 if (C || MethodInClass->isPropertyAccessor()) in CheckProtocolMethodDefs()
1736 if (!(*I)->isPropertyAccessor() && in MatchAllMethodDeclarations()
1753 else if (!MethodDecl->isPropertyAccessor()) in MatchAllMethodDeclarations()
3511 if (!Method || !Method->isPropertyAccessor()) in GetIvarBackingPropertyAccessor()
HDSemaPseudoObject.cpp611 if (setter->isPropertyAccessor() && warn) in findSetter()
HDSemaObjCProperty.cpp1508 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor()
HDSemaCodeComplete.cpp2553 if (M->isPropertyAccessor()) in CreateCodeCompletionString()
2634 if (OMD->isPropertyAccessor()) in CreateCodeCompletionString()
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp1033 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp437 Record.push_back(D->isPropertyAccessor()); in VisitObjCMethodDecl()