summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/ResolveLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* When building types from declarators, instead of building two types (one forJohn McCall2009-10-221-7/+38
* Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff2009-10-211-1/+4
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-181-10/+10
* Pull TypeLocVisitor into its own header file.Argyrios Kyrtzidis2009-09-291-1/+1
* Resolve a source location inside the return type of a functon.Argyrios Kyrtzidis2009-09-291-0/+3
* Resolve a source location that is inside a type declarator.Argyrios Kyrtzidis2009-09-291-4/+134
* Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis2009-09-291-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-8/+8
* For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s...Argyrios Kyrtzidis2009-07-311-0/+33
* 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