summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/ResolveLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid retu...Argyrios Kyrtzidis2009-07-181-7/+0
* Resolve a location that is inside an ObjCMethodDecl.Argyrios Kyrtzidis2009-07-181-1/+58
* Search through all Decls that are DeclContexts.Argyrios Kyrtzidis2009-07-181-7/+2
* If we are not doing a Debug build, no need for the debugging print methods.Argyrios Kyrtzidis2009-07-171-2/+6
* In ResolveLocationInAST, handle locations that are inside TagDecl definitions.Argyrios Kyrtzidis2009-07-141-4/+17
* Simplify a bit by using functions instead of checking enum values. No functio...Argyrios Kyrtzidis2009-07-101-15/+30
* Refactor DeclLocResolver/StmtLocResolver into a more functional style by remo...Argyrios Kyrtzidis2009-07-071-187/+117
* Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...Argyrios Kyrtzidis2009-07-061-0/+332
OpenPOWER on IntegriCloud