Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3056 if (strategy == Sema::MMS_strict) return false; in matchTypes()
3485 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in DiagnoseMultipleMethodInGlobalPool()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3158 if (strategy == Sema::MMS_strict) return false; in matchTypes()
3593 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in DiagnoseMultipleMethodInGlobalPool()
/external/clang/include/clang/Sema/
DSema.h3176 MMS_strict enumerator
3183 MethodMatchStrategy strategy = MMS_strict);
/external/llvm-project/clang/include/clang/Sema/
DSema.h4292 MMS_strict enumerator
4299 MethodMatchStrategy strategy = MMS_strict);