Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2264 class ObjCInterfaceOrSuperCCC final : public CorrectionCandidateCallback { class
2266 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC() function in __anone249df720311::ObjCInterfaceOrSuperCCC
2278 return std::make_unique<ObjCInterfaceOrSuperCCC>(*this); in clone()
2354 ObjCInterfaceOrSuperCCC CCC(SemaRef.getCurMethodDecl()); in getObjCMessageKind()