llvm-project/clang/lib/Index
Argyrios Kyrtzidis 2eff90515f Support ObjC methods as Entities.
llvm-svn: 77547
2009-07-29 23:41:46 +00:00
..
ASTLocation.cpp Find references inside blocks. 2009-07-29 23:40:48 +00:00
ASTVisitor.h Find references inside blocks. 2009-07-29 23:40:48 +00:00
Analyzer.cpp -Introduce the idx::Analyzer class used for getting indexing information, like finding 2009-07-29 23:40:14 +00:00
CMakeLists.txt Update CMake files. 2009-07-06 21:38:29 +00:00
DeclReferenceMap.cpp Use helper class ASTVisitor to fully traverse an AST. 2009-07-29 23:40:39 +00:00
Entity.cpp Support ObjC methods as Entities. 2009-07-29 23:41:46 +00:00
EntityImpl.h Support ObjC methods as Entities. 2009-07-29 23:41:46 +00:00
GlobalSelector.cpp Introduce the GlobalSelector class in the Indexing library. 2009-07-29 23:40:32 +00:00
Handlers.cpp Introduce TULocation and TULocationHandler classes. 2009-07-29 23:40:02 +00:00
IndexProvider.cpp -Make IndexProvider an abstract interface for getting indexing information. 2009-07-29 23:38:21 +00:00
Indexer.cpp Index the selectors and provide the translation units that contain them 2009-07-29 23:41:18 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Program.cpp Accept Handler objects in parameters as references. 2009-07-29 23:38:45 +00:00
ProgramImpl.h Introduce the GlobalSelector class in the Indexing library. 2009-07-29 23:40:32 +00:00
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
SelectorMap.cpp Introduce SelectorMap whose purpose is to map selectors to objc methods and message exprs, 2009-07-29 23:40:58 +00:00