Home
last modified time | relevance | path

Searched refs:handleObjCProperty (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexDecl.cpp216 IndexCtx.handleObjCProperty(D); in VisitObjCPropertyDecl()
DIndexingContext.h426 bool handleObjCProperty(const ObjCPropertyDecl *D);
DIndexingContext.cpp604 bool IndexingContext::handleObjCProperty(const ObjCPropertyDecl *D) { in handleObjCProperty() function in IndexingContext