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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2252 class ObjCInterfaceOrSuperCCC final : public CorrectionCandidateCallback {
2254 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { function in class:__anon2077::final
2266 return std::make_unique<ObjCInterfaceOrSuperCCC>(*this);
2343 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl());

Completed in 166 milliseconds