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

References

tools/clang/lib/AST/ASTContext.cpp
 2832   FD = FD->getMostRecentDecl();
 2832   FD = FD->getMostRecentDecl();
 2834     const auto *FPT = FD->getType()->castAs<FunctionProtoType>();
 2836     FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI));
 2837     if (FunctionDecl *Next = FD->getPreviousDecl())
 2838       FD = Next;
 2843     L->DeducedReturnType(FD, ResultType);