Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp212 if (D->isPropertyAccessor()) in VisitObjCMethodDecl()
246 if (MD->isPropertyAccessor() && in VisitObjCPropertyImplDecl()
252 if (MD->isPropertyAccessor() && in VisitObjCPropertyImplDecl()
DCIndex.cpp1069 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl()
1074 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h232 bool isPropertyAccessor = false,
240 IsPropertyAccessor(isPropertyAccessor), in NamedDecl()
266 bool isPropertyAccessor = false,
408 bool isPropertyAccessor() const { return IsPropertyAccessor; } in isPropertyAccessor() function
/external/clang/lib/AST/
DDeclObjC.cpp561 bool isPropertyAccessor, in Create() argument
568 isInstance, isVariadic, isPropertyAccessor, in Create()
1010 if (isPropertyAccessor()) { in findPropertyDecl()
DDumpXML.cpp847 setFlag("property_accessor", D->isPropertyAccessor()); in visitObjCMethodDeclAttrs()
DASTImporter.cpp3279 D->isPropertyAccessor(), in VisitObjCMethodDecl()
DASTContext.cpp449 if (OMD && OMD->isPropertyAccessor()) in getCommentForDecl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1654 !method->isPropertyAccessor() && in CheckProtocolMethodDefs()
1669 if (C || MethodInClass->isPropertyAccessor()) in CheckProtocolMethodDefs()
1726 if (!(*I)->isPropertyAccessor() && in MatchAllMethodDeclarations()
1743 else if (!MethodDecl->isPropertyAccessor()) in MatchAllMethodDeclarations()
DSemaPseudoObject.cpp611 if (setter->isPropertyAccessor() && warn) in findSetter()
DSemaObjCProperty.cpp1536 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor()
DSemaCodeComplete.cpp2550 if (M->isPropertyAccessor()) in CreateCodeCompletionString()
2631 if (OMD->isPropertyAccessor()) in CreateCodeCompletionString()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp272 if (Method->isPropertyAccessor() || Method->param_size() != 0) in migrateObjCInterfaceDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp434 Record.push_back(D->isPropertyAccessor()); in VisitObjCMethodDecl()