HomeSort by: relevance | last modified time | path
    Searched defs:VisitObjCMethodDecl (Results 1 - 14 of 14) 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/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/
IndexDecl.cpp 498 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) {
USRGeneration.cpp 94 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
394 void USRGenerator::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/include/clang/AST/
ASTNodeTraverser.h 614 void VisitObjCMethodDecl(const ObjCMethodDecl *D) {
  /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) {
  /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) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 93 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) {
CIndex.cpp 983 bool CursorVisitor::VisitObjCMethodDecl(ObjCMethodDecl *ND) {

Completed in 51 milliseconds