Searched defs:getSuperClass (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp351 ObjCInterfaceDecl *ObjCInterfaceDecl::getSuperClass() const { function in class:ObjCInterfaceDecl
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2732 const ObjCInterfaceDecl *getSuperClass() const { return SuperClass; } function in class:clang::ObjCImplementationDecl
2733 ObjCInterfaceDecl *getSuperClass() { return SuperClass; } function in class:clang::ObjCImplementationDecl

Completed in 87 milliseconds