Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp4317 bool InferRelatedResultType = false; in ActOnMethodDeclaration() local
4332 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
4339 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
4343 if (InferRelatedResultType && in ActOnMethodDeclaration()