/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { VisitObjCMethodDecl() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp |
|
H A D | CodeGenPGO.cpp | 646 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 324 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) override { in VisitObjCMethodDecl() function in __anonebc0cf890111::AnalysisConsumer
|
/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anon750ec4040111::IndexingDeclVisitor
|
H A D | USRGeneration.cpp | 416 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in USRGenerator
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 755 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function
|
/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 384 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { VisitObjCMethodDecl() function in __anon5944dbcd0111::ODRDeclVisitor
|
H A D | DeclPrinter.cpp | 1385 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { VisitObjCMethodDecl() function in DeclPrinter
|
H A D | JSONNodeDumper.cpp | 1106 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 2724 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in TextNodeDumper
|
H A D | ASTImporter.cpp | 4717 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { VisitObjCMethodDecl() function in ASTNodeImporter
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.cpp | 698 void VisitObjCMethodDecl(const ObjCMethodDecl *OMD) { refInDecl() function
|
H A D | SemanticHighlighting.cpp | 987 bool VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl() function in clang::clangd::__anon52a906180111::CollectExtraHighlightings
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 796 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { VisitObjCMethodDecl() function in ASTDeclWriter
|
H A D | ASTReaderDecl.cpp | 1163 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { VisitObjCMethodDecl() function in ASTDeclReader
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 94 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anon540dfa4b0111::IndexingDeclVisitor
|
H A D | CIndex.cpp | 998 bool CursorVisitor::VisitObjCMethodDecl(ObjCMethodDecl *ND) { VisitObjCMethodDecl() function in CursorVisitor
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 2492 bool VisitObjCMethodDecl(ObjCMethodDecl *Node) { VisitObjCMethodDecl() function in CallableVisitor
|