Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp139 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in __anon518304e80111::IndexingDeclVisitor
519 handleObjCMethod(D); in VisitObjCMethodDecl()
526 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()
529 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h398 bool handleObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc);
H A DCXIndexDataConsumer.cpp97 DataConsumer.handleObjCMethod(D, DeclLoc); in VisitObjCMethodDecl()
809 bool CXIndexDataConsumer::handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in CXIndexDataConsumer