hanchenye-llvm-project/clang/lib/Index
Chris Lattner 01cf8db38b now that we have a centralized place to do so, add some using declarations for
some common llvm types: stringref and smallvector.  This cleans up the codebase
quite a bit.

llvm-svn: 135576
2011-07-20 06:58:45 +00:00
..
ASTLocation.cpp Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
ASTVisitor.h Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Analyzer.cpp Substantially alter the design of the Objective C type AST by introducing 2010-05-15 11:32:37 +00:00
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
CallGraph.cpp Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
DeclReferenceMap.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Entity.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
EntityImpl.h now that we have a centralized place to do so, add some using declarations for 2011-07-20 06:58:45 +00:00
GlobalSelector.cpp
Handlers.cpp
IndexProvider.cpp
Indexer.cpp Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Program.cpp
ProgramImpl.h
SelectorMap.cpp