Home
last modified time | relevance | path

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

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