Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp198 if (D->isPropertyAccessor()) in VisitObjCMethodDecl()
232 if (MD->isPropertyAccessor()) in VisitObjCPropertyImplDecl()
237 if (MD->isPropertyAccessor()) in VisitObjCPropertyImplDecl()
DCIndex.cpp1052 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl()
1057 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.cpp478 bool isPropertyAccessor, in Create() argument
485 isInstance, isVariadic, isPropertyAccessor, in Create()
966 if (isPropertyAccessor()) { in findPropertyDecl()
DDumpXML.cpp847 setFlag("property_accessor", D->isPropertyAccessor()); in visitObjCMethodDeclAttrs()
DASTImporter.cpp3239 D->isPropertyAccessor(), in VisitObjCMethodDecl()
DASTContext.cpp427 if (OMD && OMD->isPropertyAccessor()) in getCommentForDecl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1609 !method->isPropertyAccessor() && in CheckProtocolMethodDefs()
1624 if (C || MethodInClass->isPropertyAccessor()) in CheckProtocolMethodDefs()
1685 if (!(*I)->isPropertyAccessor() && in MatchAllMethodDeclarations()
1702 else if (!MethodDecl->isPropertyAccessor()) in MatchAllMethodDeclarations()
DSemaPseudoObject.cpp562 if (setter->isPropertyAccessor() && warn) in findSetter()
DSemaObjCProperty.cpp1555 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor()
DSemaCodeComplete.cpp2610 if (OMD->isPropertyAccessor()) in CreateCodeCompletionString()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp424 Record.push_back(D->isPropertyAccessor()); in VisitObjCMethodDecl()