Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Analysis/ !
H A DCallGraph.h127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function
/src/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
/src/contrib/llvm-project/clang/lib/CodeGen/ !
H A DObjectFilePCHContainerOperations.cpp120 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
H A DCodeGenPGO.cpp644 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
1174 Walker.VisitObjCMethodDecl(MD); in computeRegionCounts()
/src/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 __anon68e744660111::IndexingDeclVisitor
/src/contrib/llvm-project/clang/lib/AST/ !
H A DODRHash.cpp384 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { in VisitObjCMethodDecl() function in __anon27787b2f0111::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
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ !
H A DAnalysisConsumer.cpp324 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anonc771e22b0111::AnalysisConsumer
/src/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
/src/contrib/llvm-project/clang/lib/Sema/ !
H A DAnalysisBasedWarnings.cpp2492 bool VisitObjCMethodDecl(ObjCMethodDecl *Node) { in VisitObjCMethodDecl() function in CallableVisitor