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

References

tools/clang/lib/AST/ASTContext.cpp
 8663     retType = mergeTypes(LHS, RHS, true, UnqualifiedResult, true);
 8666     retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false,
 8668   if (retType.isNull())
 8672     retType = retType.getUnqualifiedType();
 8672     retType = retType.getUnqualifiedType();
 8681   if (getCanonicalType(retType) != LRetType)
 8683   if (getCanonicalType(retType) != RRetType)
 8777     return getFunctionType(retType, types, EPI);
 8814     return getFunctionType(retType, proto->getParamTypes(), EPI);
 8819   return getFunctionNoProtoType(retType, einfo);