aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Index/Entity.h
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-29Add Entity::getInternalDecl() to be used only on Entities that refer to internalArgyrios Kyrtzidis
2009-07-29Fix some comments.Argyrios 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-15Add getName() method to Entity.Zhongxing Xu
2009-07-05Introduce the 'Index' library.Argyrios Kyrtzidis