Home
last modified time | relevance | path

Searched defs:VisitObjCMethodDecl (Results 1 – 14 of 14) 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/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp324 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anond6a4e1f60111::AnalysisConsumer
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anonf10645d10111::IndexingDeclVisitor
H A DUSRGeneration.cpp416 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in USRGenerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h755 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp384 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { in VisitObjCMethodDecl() function in __anonb4317f1a0111::ODRDeclVisitor
H A DDeclPrinter.cpp1385 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.cpp4722 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp644 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp788 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1154 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