Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h318 const ObjCInterfaceDecl *getClassInterface() const { in getClassInterface() function
2357 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() function
2358 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() function
2472 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() function
2473 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() function
2777 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } in getClassInterface() function
2778 ObjCInterfaceDecl *getClassInterface() { return AliasedClass; } in getClassInterface() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1211 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { in getClassInterface() function in ObjCMethodDecl