summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/Entity.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-270/+0
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-4/+4
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-2/+2
* Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu2010-07-061-15/+44
* Local variables have no linkage, make invalid Entities.Zhongxing Xu2010-07-061-0/+4
* Refrase comments.Zhongxing Xu2010-07-051-3/+3
* Although in C++ class name has external linkage, usually the definition of the Zhongxing Xu2010-07-051-0/+8
* Make FieldDecl an invalid Entity since it has no linkage.Zhongxing Xu2010-07-051-2/+2
* Indexer: make FieldDecl an internal Entity.Zhongxing Xu2010-07-051-0/+6
* Cleanup using StringRefKovarththanan Rajaratnam2010-03-121-6/+2
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-3/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-11/+11
* Support ObjC methods as Entities.Argyrios Kyrtzidis2009-07-291-26/+65
* Use an IdentifierTable for names used for Entities.Argyrios Kyrtzidis2009-07-291-5/+5
* Modify the Indexer class so that it can return the TranslationUnit that internalArgyrios Kyrtzidis2009-07-291-1/+2
* Constify methods.Zhongxing Xu2009-07-241-1/+1
* constify methods.Zhongxing Xu2009-07-231-1/+1
* Remove the ASTContext parameter from Entity::getPrintableName().Argyrios Kyrtzidis2009-07-211-4/+15
* Keep only canonical Decls in Entities.Argyrios Kyrtzidis2009-07-211-0/+2
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-47/+77
* Rename Entity::getName() to Entity::getPrintableName() to make its purposeZhongxing Xu2009-07-171-3/+3
* Check whether the IdentifierInfo is null, before using it.Argyrios Kyrtzidis2009-07-171-0/+3
* Add getName() method to Entity.Zhongxing Xu2009-07-151-0/+7
* fix file headers.Chris Lattner2009-07-121-1/+1
* Introduce the 'Index' library.Argyrios Kyrtzidis2009-07-051-0/+132
OpenPOWER on IntegriCloud