reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 4560     resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo);
 4562     if (CheckFunctionReturnType(resultDeclType, MethodLoc))
 4565     QualType bareResultType = resultDeclType;
 4569     resultDeclType = Context.getObjCIdType();
 4575       Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,