llvm-project/clang/lib/Index
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] Apply ADDITIONAL_HEADERS introduced in r199639. 2014-01-20 10:24:05 +00:00
CommentToXML.cpp Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
Makefile Rename libIDE to libIndex. 2013-08-17 00:40:41 +00:00
SimpleFormatContext.h Documentation parsing: move comment-to-XML conversion routines to libIndex 2013-11-13 22:16:51 +00:00
USRGeneration.cpp Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00