Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCursorVisitor.h230 bool VisitObjCMethodDecl(ObjCMethodDecl *ND);
H A DCXIndexDataConsumer.cpp93 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anon02cff6af0111::IndexingDeclVisitor
H A DCIndex.cpp989 bool CursorVisitor::VisitObjCMethodDecl(ObjCMethodDecl *ND) { in VisitObjCMethodDecl() function in CursorVisitor
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h372 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
H A DJSONNodeDumper.h261 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
H A DASTNodeTraverser.h658 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp120 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
H A DCodeGenPGO.cpp428 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
936 Walker.VisitObjCMethodDecl(MD); in computeRegionCounts()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp94 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
398 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in USRGenerator
H A DIndexDecl.cpp513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anon518304e80111::IndexingDeclVisitor
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp373 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { in VisitObjCMethodDecl() function in __anoncf944ab10111::ODRDeclVisitor
428 Inherited::VisitObjCMethodDecl(Method); in VisitObjCMethodDecl()
H A DDeclPrinter.cpp90 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1289 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp1008 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2263 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in TextNodeDumper
H A DASTImporter.cpp539 ExpectedDecl VisitObjCMethodDecl(ObjCMethodDecl *D);
4410 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTNodeImporter
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp324 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anon1a6498ed0111::AnalysisConsumer
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp143 void VisitObjCMethodDecl(ObjCMethodDecl *D);
699 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp443 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1120 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in ASTDeclReader