Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp2275 class ObjCInterfaceOrSuperCCC final : public CorrectionCandidateCallback { class
2277 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC() function in __anon603fe50b0311::ObjCInterfaceOrSuperCCC
2289 return std::make_unique<ObjCInterfaceOrSuperCCC>(*this); in clone()
2365 ObjCInterfaceOrSuperCCC CCC(SemaRef.getCurMethodDecl()); in getObjCMessageKind()