Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp5006 bool InferRelatedResultType = false; in ActOnMethodDeclaration() local
5021 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
5028 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
5032 if (InferRelatedResultType && in ActOnMethodDeclaration()