Home
last modified time | relevance | path

Searched refs:handleSynthesizedObjCMethod (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h401 bool handleSynthesizedObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc,
H A DCXIndexDataConsumer.cpp95 DataConsumer.handleSynthesizedObjCMethod(D, DeclLoc, LexicalDC); in VisitObjCMethodDecl()
834 bool CXIndexDataConsumer::handleSynthesizedObjCMethod(const ObjCMethodDecl *D, in handleSynthesizedObjCMethod() function in CXIndexDataConsumer