Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp5043 bool InferRelatedResultType = false; in ActOnMethodDeclaration() local
5058 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
5065 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
5069 if (InferRelatedResultType && in ActOnMethodDeclaration()