aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/ASTVisitor.h
AgeCommit message (Expand)Author
2012-04-13Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor
2011-02-13Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall
2009-12-07Add the BlockDecl to the DeclContext.Ted Kremenek
2009-12-07DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall
2009-10-18Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall
2009-09-29Pull TypeLocVisitor into its own header file.Argyrios Kyrtzidis
2009-09-29Keep track of type references in DeclReferenceMap.Argyrios Kyrtzidis
2009-09-29In ASTVisitor, call the correct base methods.Argyrios Kyrtzidis
2009-07-29Find references inside blocks.Argyrios Kyrtzidis
2009-07-29Use helper class ASTVisitor to fully traverse an AST.Argyrios Kyrtzidis