Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp4466 bool InferRelatedResultType = false; in ActOnMethodDeclaration() local
4481 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
4488 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
4492 if (InferRelatedResultType && in ActOnMethodDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp5001 bool InferRelatedResultType = false; in ActOnMethodDeclaration() local
5016 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
5023 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
5027 if (InferRelatedResultType && in ActOnMethodDeclaration()