/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp | 120 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
|
H A D | CodeGenPGO.cpp | 555 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 324 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anonbbf3f4080111::AnalysisConsumer
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anonf98b47a30111::IndexingDeclVisitor
|
H A D | USRGeneration.cpp | 405 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in USRGenerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 664 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 377 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { VisitObjCMethodDecl() function in __anon4baa67ec0111::ODRDeclVisitor
|
H A D | DeclPrinter.cpp | 1428 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { VisitObjCMethodDecl() function in DeclPrinter
|
H A D | JSONNodeDumper.cpp | 1070 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 2473 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in TextNodeDumper
|
H A D | ASTImporter.cpp | 4638 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { VisitObjCMethodDecl() function in ASTNodeImporter
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 750 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { VisitObjCMethodDecl() function in ASTDeclWriter
|
H A D | ASTReaderDecl.cpp | 1161 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { VisitObjCMethodDecl() function in ASTDeclReader
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 2456 bool VisitObjCMethodDecl(ObjCMethodDecl *Node) { VisitObjCMethodDecl() function in CallableVisitor
|