Searched refs:CheckFunctionReturnType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp1661 bool Sema::CheckFunctionReturnType(QualType T, SourceLocation Loc) { function in class:Sema
1691 Invalid |= CheckFunctionReturnType(T, Loc);
H A DSemaDeclObjC.cpp3089 if (CheckFunctionReturnType(resultDeclType, MethodLoc))
/external/clang/include/clang/Sema/
H A DSema.h1024 bool CheckFunctionReturnType(QualType T, SourceLocation Loc);

Completed in 87 milliseconds