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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h112 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { function in class:clang::CallGraph
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp59 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
287 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { function in class:USRGenerator
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp376 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { function in class:__anon3658::AnalysisConsumer
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp72 void VisitObjCMethodDecl(ObjCMethodDecl *D);
915 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { function in class:DeclPrinter
H A DASTDumper.cpp251 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
1277 void ASTDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp151 Decl *VisitObjCMethodDecl(ObjCMethodDecl *D);
3202 Decl *ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { function in class:ASTNodeImporter
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp119 void VisitObjCMethodDecl(ObjCMethodDecl *D);
423 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp303 void VisitObjCMethodDecl(ObjCMethodDecl *D);
686 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { function in class:ASTDeclReader

Completed in 209 milliseconds