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

  /external/clang/include/clang/Analysis/
CallGraph.h 112 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) {
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 118 bool VisitObjCMethodDecl(ObjCMethodDecl *D) {
CodeGenPGO.cpp 269 void VisitObjCMethodDecl(const ObjCMethodDecl *D) {
719 Walker.VisitObjCMethodDecl(MD);
  /external/clang/lib/Index/
IndexDecl.cpp 289 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) {
USRGeneration.cpp 84 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
335 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) {
  /external/clang/lib/AST/
DeclPrinter.cpp 81 void VisitObjCMethodDecl(ObjCMethodDecl *D);
1055 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) {
    [all...]
ASTDumper.cpp 484 void VisitObjCMethodDecl(const ObjCMethodDecl *D);
    [all...]
ASTImporter.cpp 159 Decl *VisitObjCMethodDecl(ObjCMethodDecl *D);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 359 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) {
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 127 void VisitObjCMethodDecl(ObjCMethodDecl *D);
606 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) {
    [all...]
ASTReaderDecl.cpp 363 void VisitObjCMethodDecl(ObjCMethodDecl *D);
    [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 94 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) {
    [all...]
CIndex.cpp 943 bool CursorVisitor::VisitObjCMethodDecl(ObjCMethodDecl *ND) {
    [all...]

Completed in 404 milliseconds