Searched refs:VisitObjCMethodDecl (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h112 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { function in class:clang::CallGraph
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp116 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { function in struct:__anon3845::PCHContainerGenerator::DebugTypeVisitor
H A DCodeGenPGO.cpp264 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { function in struct:__anon3820::ComputeRegionCounts
711 Walker.VisitObjCMethodDecl(MD);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp84 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
324 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { function in class:USRGenerator
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp360 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { function in class:__anon4268::AnalysisConsumer
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp81 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1037 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { function in class:DeclPrinter
H A DASTDumper.cpp471 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
1476 void ASTDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp152 Decl *VisitObjCMethodDecl(ObjCMethodDecl *D);
3330 Decl *ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { function in class:ASTNodeImporter
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp119 void VisitObjCMethodDecl(ObjCMethodDecl *D);
582 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp338 void VisitObjCMethodDecl(ObjCMethodDecl *D);
844 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { function in class:ASTDeclReader

Completed in 189 milliseconds