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

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1211 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { function in class:ObjCMethodDecl
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2357 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCCategoryDecl
2358 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCCategoryDecl
2472 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCImplDecl
2473 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCImplDecl
2777 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } function in class:clang::ObjCCompatibleAliasDecl
2778 ObjCInterfaceDecl *getClassInterface() { retur function in class:clang::ObjCCompatibleAliasDecl
[all...]

Completed in 125 milliseconds