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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200082 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang-c/Index.h 2 additions, 2 deletionsinclude/clang-c/Index.h
- include/clang/AST/CanonicalType.h 3 additions, 3 deletionsinclude/clang/AST/CanonicalType.h
- include/clang/AST/Comment.h 2 additions, 2 deletionsinclude/clang/AST/Comment.h
- include/clang/AST/DataRecursiveASTVisitor.h 26 additions, 27 deletionsinclude/clang/AST/DataRecursiveASTVisitor.h
- include/clang/AST/Decl.h 2 additions, 2 deletionsinclude/clang/AST/Decl.h
- include/clang/AST/DeclCXX.h 1 addition, 1 deletioninclude/clang/AST/DeclCXX.h
- include/clang/AST/DeclObjC.h 30 additions, 41 deletionsinclude/clang/AST/DeclObjC.h
- include/clang/AST/ExprObjC.h 2 additions, 2 deletionsinclude/clang/AST/ExprObjC.h
- include/clang/AST/RecursiveASTVisitor.h 26 additions, 27 deletionsinclude/clang/AST/RecursiveASTVisitor.h
- include/clang/AST/Type.h 3 additions, 4 deletionsinclude/clang/AST/Type.h
- include/clang/AST/TypeLoc.h 1 addition, 1 deletioninclude/clang/AST/TypeLoc.h
- include/clang/ASTMatchers/ASTMatchers.h 1 addition, 1 deletioninclude/clang/ASTMatchers/ASTMatchers.h
- lib/ARCMigrate/ObjCMT.cpp 15 additions, 16 deletionslib/ARCMigrate/ObjCMT.cpp
- lib/AST/ASTContext.cpp 22 additions, 28 deletionslib/AST/ASTContext.cpp
- lib/AST/ASTDumper.cpp 1 addition, 1 deletionlib/AST/ASTDumper.cpp
- lib/AST/ASTImporter.cpp 17 additions, 26 deletionslib/AST/ASTImporter.cpp
- lib/AST/Comment.cpp 5 additions, 5 deletionslib/AST/Comment.cpp
- lib/AST/CommentSema.cpp 1 addition, 1 deletionlib/AST/CommentSema.cpp
- lib/AST/DeclObjC.cpp 10 additions, 18 deletionslib/AST/DeclObjC.cpp
- lib/AST/DeclPrinter.cpp 6 additions, 5 deletionslib/AST/DeclPrinter.cpp
Loading
Please register or sign in to comment