Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp139 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in __anonfc9fbd010111::IndexingDeclVisitor
519 handleObjCMethod(D); in VisitObjCMethodDecl()
526 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()
529 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()
/llvm-project-15.0.7/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