Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp2262 class ObjCInterfaceOrSuperCCC final : public CorrectionCandidateCallback { class
2264 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC() function in __anonf6e13fbf0311::ObjCInterfaceOrSuperCCC
2276 return std::make_unique<ObjCInterfaceOrSuperCCC>(*this); in clone()
2353 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind()