Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp115 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
H A DCodeGenPGO.cpp427 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
925 Walker.VisitObjCMethodDecl(MD); in computeRegionCounts()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h365 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
H A DJSONNodeDumper.h256 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
H A DASTNodeTraverser.h638 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp94 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
394 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in USRGenerator
H A DIndexDecl.cpp498 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anon18b6cf850111::IndexingDeclVisitor
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp330 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anonba977e2a0111::AnalysisConsumer
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp89 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1272 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp969 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2206 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in TextNodeDumper
H A DASTImporter.cpp523 ExpectedDecl VisitObjCMethodDecl(ObjCMethodDecl *D);
4239 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp139 void VisitObjCMethodDecl(ObjCMethodDecl *D);
683 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp436 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1036 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in ASTDeclReader