Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h324 const ObjCInterfaceDecl *getClassInterface() const { in getClassInterface() function
1982 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() function
1983 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() function
2093 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() function
2094 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() function
2409 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } in getClassInterface() function
2410 ObjCInterfaceDecl *getClassInterface() { return AliasedClass; } in getClassInterface() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1014 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { in getClassInterface() function in ObjCMethodDecl