summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ResolveLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...Argyrios Kyrtzidis2009-07-061-332/+0
* Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis2009-07-061-1/+2
* Rename 'ASTNode' -> 'ASTLocation'.Argyrios Kyrtzidis2009-07-061-4/+4
* Avoid re-checking the parameters of a function, when trying to resolve a loca...Argyrios Kyrtzidis2009-07-051-5/+12
* Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...Argyrios Kyrtzidis2009-07-051-4/+4
* Do an early check for function definition.Argyrios Kyrtzidis2009-07-051-10/+12
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-1/+1
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-1/+1
* Remove the ASTContext parameter from the printing related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-1/+1
* Introduce the ResolveLocationInAST function which takes an ASTContext and a S...Argyrios Kyrtzidis2009-06-251-0/+322
OpenPOWER on IntegriCloud