summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/ResolveLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...Abramo Bagnara2010-05-201-1/+1
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-19/+8
* Add -cursor-at=file:line:column command line option to c-index-test,Douglas Gregor2010-01-151-1/+1
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-21/+21
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-4/+3
* Add special clang_getCursor() support for @class. Handles <rdar://problem/73...Ted Kremenek2009-11-181-0/+12
* Silence some warnings produced by Clang, and add a missing headerDouglas Gregor2009-11-171-1/+1
* Preserve type source information in sizeof/alignof expressions, and pass itJohn McCall2009-11-041-0/+20
* Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff2009-10-281-8/+37
* Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall2009-10-241-0/+14
* 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