Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h319 const ObjCInterfaceDecl *getClassInterface() const { in getClassInterface() function
2321 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() function
2322 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() function
2436 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() function
2437 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() function
2741 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } in getClassInterface() function
2742 ObjCInterfaceDecl *getClassInterface() { return AliasedClass; } in getClassInterface() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1176 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { in getClassInterface() function in ObjCMethodDecl