HomeSort by relevance Sort by last modified time
    Searched refs:VisitObjCMethodDecl (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Analysis/
CallGraph.h 112 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) {
  /external/clang/tools/libclang/
CursorVisitor.h 220 bool VisitObjCMethodDecl(ObjCMethodDecl *ND);
IndexDecl.cpp 199 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) {
CIndex.cpp 916 bool CursorVisitor::VisitObjCMethodDecl(ObjCMethodDecl *ND) {
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 84 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
310 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) {
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 417 void VisitObjCMethodDecl(const ObjCMethodDecl *D) {
869 Walker.VisitObjCMethodDecl(MD);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 359 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) {
  /external/clang/lib/AST/
DeclPrinter.cpp 72 void VisitObjCMethodDecl(ObjCMethodDecl *D);
917 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) {
    [all...]
ASTDumper.cpp 290 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
    [all...]
ASTImporter.cpp 151 Decl *VisitObjCMethodDecl(ObjCMethodDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 119 void VisitObjCMethodDecl(ObjCMethodDecl *D);
448 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) {
    [all...]
ASTReaderDecl.cpp 323 void VisitObjCMethodDecl(ObjCMethodDecl *D);
714 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) {
    [all...]

Completed in 450 milliseconds