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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1200   void adjustDeducedFunctionResultType(FunctionDecl *FD, QualType ResultType);

References

tools/clang/lib/Sema/SemaDecl.cpp
13789           Context.adjustDeducedFunctionResultType(
tools/clang/lib/Sema/SemaStmt.cpp
 3547     Context.adjustDeducedFunctionResultType(FD, Deduced);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4671     Context.adjustDeducedFunctionResultType(FD, RetType);
tools/clang/lib/Serialization/ASTReader.cpp
12171         getContext().adjustDeducedFunctionResultType(Update.first,