aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/Entity.cpp
AgeCommit message (Expand)Author
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2010-08-26De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall
2010-07-06Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu
2010-07-06Local variables have no linkage, make invalid Entities.Zhongxing Xu
2010-07-05Refrase comments.Zhongxing Xu
2010-07-05Although in C++ class name has external linkage, usually the definition of the Zhongxing Xu
2010-07-05Make FieldDecl an invalid Entity since it has no linkage.Zhongxing Xu
2010-07-05Indexer: make FieldDecl an internal Entity.Zhongxing Xu
2010-03-12Cleanup using StringRefKovarththanan Rajaratnam
2009-10-18Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-29Support ObjC methods as Entities.Argyrios Kyrtzidis
2009-07-29Use an IdentifierTable for names used for Entities.Argyrios Kyrtzidis
2009-07-29Modify the Indexer class so that it can return the TranslationUnit that internalArgyrios Kyrtzidis
2009-07-24Constify methods.Zhongxing Xu
2009-07-23constify methods.Zhongxing Xu
2009-07-21Remove the ASTContext parameter from Entity::getPrintableName().Argyrios Kyrtzidis
2009-07-21Keep only canonical Decls in Entities.Argyrios Kyrtzidis
2009-07-21Change the semantics for Entity.Argyrios Kyrtzidis
2009-07-17Rename Entity::getName() to Entity::getPrintableName() to make its purposeZhongxing Xu
2009-07-17Check whether the IdentifierInfo is null, before using it.Argyrios Kyrtzidis
2009-07-15Add getName() method to Entity.Zhongxing Xu
2009-07-12fix file headers.Chris Lattner
2009-07-05Introduce the 'Index' library.Argyrios Kyrtzidis