llvm-project/clang/include/clang-c
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
..
CXCompilationDatabase.h Add an optional mapping from source paths to source contents. 2013-11-13 13:23:27 +00:00
CXString.h typo. 2013-05-24 18:38:08 +00:00
Index.h Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Makefile make: fix installation of generated header files 2012-02-01 22:23:31 +00:00
Platform.h Factor CXString out of Index.h 2012-06-28 22:01:06 +00:00