hanchenye-llvm-project/clang/lib/Index
Douglas Gregor 76d8c5725f Don't install Clang libraries.
llvm-svn: 79824
2009-08-23 05:02:18 +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 Fix gcc warning. 2009-07-30 00:11:31 +00:00
CMakeLists.txt Lexically order files. 2009-07-30 17:41:23 +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 Fix Selector <-> GlobalSelector conversion. 2009-07-30 03:42:08 +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 Don't install Clang libraries. 2009-08-23 05:02:18 +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 For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. 2009-07-31 19:02:11 +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