HomeSort by: relevance | last modified time | path
    Searched refs:VisitObjCMethodDecl (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h 127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CursorVisitor.h 223 bool VisitObjCMethodDecl(ObjCMethodDecl *ND);
CXIndexDataConsumer.cpp 93 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) {
CIndex.cpp 983 bool CursorVisitor::VisitObjCMethodDecl(ObjCMethodDecl *ND) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h 253 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
TextNodeDumper.h 359 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
ASTNodeTraverser.h 614 void VisitObjCMethodDecl(const ObjCMethodDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 115 bool VisitObjCMethodDecl(ObjCMethodDecl *D) {
CodeGenPGO.cpp 427 void VisitObjCMethodDecl(const ObjCMethodDecl *D) {
925 Walker.VisitObjCMethodDecl(MD);
  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 94 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
394 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) {
IndexDecl.cpp 498 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 318 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 89 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1272 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) {
JSONNodeDumper.cpp 930 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) {
TextNodeDumper.cpp 2149 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) {
ASTImporter.cpp 507 ExpectedDecl VisitObjCMethodDecl(ObjCMethodDecl *D);
4176 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 137 void VisitObjCMethodDecl(ObjCMethodDecl *D);
681 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) {
ASTReaderDecl.cpp 434 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1034 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) {

Completed in 85 milliseconds