HomeSort by: relevance | last modified time | path
    Searched defs:getClassInterface (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 853 if (const ObjCInterfaceDecl *ID = getClassInterface())
934 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
966 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) {
1160 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() {
1164 return CD->getClassInterface();
1166 return IMD->getClassInterface();
1278 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
1291 const ObjCInterfaceDecl *ID = CatD->getClassInterface();
1338 Container = ImplDecl->getClassInterface();
1373 ClassDecl = Category->getClassInterface();
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 318 ObjCInterfaceDecl *getClassInterface();
319 const ObjCInterfaceDecl *getClassInterface() const {
320 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
2309 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; }
2310 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; }
2424 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; }
2425 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; }
2649 return getClassInterface()->getIdentifier();
2729 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; }
2730 ObjCInterfaceDecl *getClassInterface() { return AliasedClass;
    [all...]

Completed in 33 milliseconds