Home
last modified time | relevance | path

Searched defs:VisitObjCMethodDecl (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCallGraph.h127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp120 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
H A DCodeGenPGO.cpp427 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp325 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anon4823cf260111::AnalysisConsumer
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anonfc9fbd010111::IndexingDeclVisitor
H A DUSRGeneration.cpp395 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in USRGenerator
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp670 bool VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl() function in clang::clangd::__anoneeb98f950111::CollectExtraHighlightings
H A DFindTarget.cpp667 void VisitObjCMethodDecl(const ObjCMethodDecl *OMD) { in refInDecl() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h645 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp1285 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp976 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2239 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in TextNodeDumper
H A DASTImporter.cpp4300 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp687 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1082 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in ASTDeclReader
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp93 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anond6d661a80111::IndexingDeclVisitor
H A DCIndex.cpp989 bool CursorVisitor::VisitObjCMethodDecl(ObjCMethodDecl *ND) { in VisitObjCMethodDecl() function in CursorVisitor