Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp5014 bool InferRelatedResultType = false; in ActOnMethodDeclaration() local
5029 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
5036 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
5040 if (InferRelatedResultType && in ActOnMethodDeclaration()