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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 101 ObjCMethodDecl *Init = ClassReceiver->lookupInstanceMethod(
SemaExprObjC.cpp 2038 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel);
2058 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel);
2511 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector());
3077 Method = ClassDecl->lookupInstanceMethod(Sel);
SemaStmt.cpp 2221 method = iface->lookupInstanceMethod(selector);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 762 Method = InterfaceDecl->lookupInstanceMethod(Sel);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1823 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const {
2173 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const {
  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 164 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 764 Method = lookupInstanceMethod(Sel);

Completed in 116 milliseconds