]> granicus.if.org Git - clang/commit
Add helper for extracting the CXXRecordDecl for the implicit argument to
authorChandler Carruth <chandlerc@gmail.com>
Wed, 27 Oct 2010 06:55:41 +0000 (06:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 27 Oct 2010 06:55:41 +0000 (06:55 +0000)
commit007a9b1c632bfaac20e41c60cbe07fdc6d0e647c
tree720ace3eba0c42e697d8917d4bf2fe919cae030f
parenta1898ddd5d0e46330898930b9185b628b5cede63
Add helper for extracting the CXXRecordDecl for the implicit argument to
a member call expression. This has proved to be a common pattern for users of
RecursiveASTVisitor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117439 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/AST/ExprCXX.cpp