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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4908 bool InferRelatedResultType = false; local
4923 InferRelatedResultType = ObjCMethod->isClassMethod();
4930 InferRelatedResultType = ObjCMethod->isInstanceMethod();
4934 if (InferRelatedResultType &&

Completed in 107 milliseconds