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