Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp120 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
H A DCodeGenPGO.cpp555 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp324 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anonbbf3f4080111::AnalysisConsumer
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anonf98b47a30111::IndexingDeclVisitor
H A DUSRGeneration.cpp405 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in USRGenerator
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h664 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp377 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { VisitObjCMethodDecl() function in __anon4baa67ec0111::ODRDeclVisitor
H A DDeclPrinter.cpp1428 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { VisitObjCMethodDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp1070 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2473 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { VisitObjCMethodDecl() function in TextNodeDumper
H A DASTImporter.cpp4638 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { VisitObjCMethodDecl() function in ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp750 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { VisitObjCMethodDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1161 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { VisitObjCMethodDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2456 bool VisitObjCMethodDecl(ObjCMethodDecl *Node) { VisitObjCMethodDecl() function in CallableVisitor