hanchenye-llvm-project/clang/lib/Index
Argyrios Kyrtzidis 194a9d8e73 Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid returning an implicit 'self' instead of the ivar.
Since implicit 'self' no longer has a source location, it's not needed. (plus we also want to check for a 'self' that is visible in source code)

llvm-svn: 76296
2009-07-18 08:49:56 +00:00
..
ASTLocation.cpp Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl. 2009-07-18 00:33:46 +00:00
CMakeLists.txt Update CMake files. 2009-07-06 21:38:29 +00:00
DeclReferenceMap.cpp Move the functionality of ASTContext::getCanonicalDecl(), into a virtual method Decl::getCanonicalDecl(). 2009-07-18 00:34:07 +00:00
Entity.cpp Rename Entity::getName() to Entity::getPrintableName() to make its purpose 2009-07-17 07:49:44 +00:00
IndexProvider.cpp fix file headers. 2009-07-12 22:33:12 +00:00
Makefile
Program.cpp fix file headers. 2009-07-12 22:33:12 +00:00
ProgramImpl.h
ResolveLocation.cpp Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid returning an implicit 'self' instead of the ivar. 2009-07-18 08:49:56 +00:00