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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp834 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { function in class:ObjCMethodDecl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1585 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1586 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1669 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCImplDecl
1670 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCImplDecl
1960 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } function in class:clang::ObjCCompatibleAliasDecl
1961 ObjCInterfaceDecl *getClassInterface() { retur function in class:clang::ObjCCompatibleAliasDecl
[all...]

Completed in 85 milliseconds