Home
last modified time | relevance | path

Searched refs:getCorrespondingObjCImpl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.h118 const ObjCImplDecl *getCorrespondingObjCImpl(const ObjCContainerDecl *D);
H A DAST.cpp362 const ObjCImplDecl *getCorrespondingObjCImpl(const ObjCContainerDecl *D) { in getCorrespondingObjCImpl() function
H A DXRefs.cpp97 if (const auto *Impl = getCorrespondingObjCImpl(CD)) in getDefinition()
101 return getCorrespondingObjCImpl(CD); in getDefinition()