Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2275 class ObjCInterfaceOrSuperCCC final : public CorrectionCandidateCallback { class
2277 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC() function in __anond664d7470311::ObjCInterfaceOrSuperCCC
2289 return std::make_unique<ObjCInterfaceOrSuperCCC>(*this); in clone()
2365 ObjCInterfaceOrSuperCCC CCC(SemaRef.getCurMethodDecl()); in getObjCMessageKind()