]> granicus.if.org Git - clang/commit
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() and getCu...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 28 Jun 2008 06:07:14 +0000 (06:07 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 28 Jun 2008 06:07:14 +0000 (06:07 +0000)
commit53d0ea5f5bfa647ec23418bf3a3b7c183b51e4bd
tree588340921cc284ce356556588d0916c8f422d298
parent0d52da1812bfc70fd7a577966104c1c9d03143f6
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() and getCurMethodDecl() that return the appropriate Decl through CurContext.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52852 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaStmt.cpp