llvm-project/clang/lib/Rewrite/Frontend
Alp Toker 314cc81b8c Rename getResultType() on function and method declarations to getReturnType()
A return type is the declared or deduced part of the function type specified in
the declaration.

A result type is the (potentially adjusted) type of the value of an expression
that calls the function.

Rule of thumb:

  * Declarations have return types and parameters.
  * Expressions have result types and arguments.

llvm-svn: 200082
2014-01-25 16:55:45 +00:00
..
CMakeLists.txt [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
FixItRewriter.cpp Update for llvm API change. 2013-07-16 19:44:23 +00:00
FrontendActions.cpp Use llvm::sys::fs::createTemporaryFile. 2013-07-05 20:00:06 +00:00
HTMLPrint.cpp
InclusionRewriter.cpp Implement MSVC header search algorithm in MicrosoftMode. 2013-12-27 19:46:16 +00:00
Makefile
RewriteMacros.cpp Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
RewriteModernObjC.cpp Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
RewriteObjC.cpp Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
RewriteTest.cpp