Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h236 enum MethodMatchStrategy { MMS_loose, MMS_strict }; enumerator
455 MethodMatchStrategy strategy = MMS_strict);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3172 if (strategy == SemaObjC::MMS_strict) in matchTypes()
3611 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in DiagnoseMultipleMethodInGlobalPool()