Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp3276 bool InferRelatedResultType = false; in ActOnMethodDeclaration() local
3290 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
3297 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
3301 if (InferRelatedResultType) in ActOnMethodDeclaration()