Home
last modified time | relevance | path

Searched refs:VisitObjCMethodDecl (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h395 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
H A DJSONNodeDumper.h272 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
H A DASTNodeTraverser.h755 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp96 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
416 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in USRGenerator
H A DIndexDecl.cpp513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anonf10645d10111::IndexingDeclVisitor
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp384 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { in VisitObjCMethodDecl() function in __anonb4317f1a0111::ODRDeclVisitor
439 Inherited::VisitObjCMethodDecl(Method); in VisitObjCMethodDecl()
H A DDeclPrinter.cpp91 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1385 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp1105 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2724 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in TextNodeDumper
H A DASTImporter.cpp495 ExpectedDecl VisitObjCMethodDecl(ObjCMethodDecl *D);
4722 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp324 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anond6a4e1f60111::AnalysisConsumer
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp644 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
1174 Walker.VisitObjCMethodDecl(MD); in computeRegionCounts()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp144 void VisitObjCMethodDecl(ObjCMethodDecl *D);
788 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp452 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1154 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2492 bool VisitObjCMethodDecl(ObjCMethodDecl *Node) { in VisitObjCMethodDecl() function in CallableVisitor