Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp5026 bool InferRelatedResultType = false; in ActOnMethodDeclaration() local
5041 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
5048 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
5052 if (InferRelatedResultType && in ActOnMethodDeclaration()