Home
last modified time | relevance | path

Searched defs:getClassInterface (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h335 const ObjCInterfaceDecl *getClassInterface() const { in getClassInterface() function
1598 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() function
1599 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() function
1682 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() function
1683 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() function
1973 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } in getClassInterface() function
1974 ObjCInterfaceDecl *getClassInterface() { return AliasedClass; } in getClassInterface() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp851 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { in getClassInterface() function in ObjCMethodDecl