llvm-project/clang/lib/Index
Argyrios Kyrtzidis aee15fb204 [index] When indexing an ObjC method declaration use its base name for the location.
Instead of using the location of the beginning '-'/'+'.
This is consistent with location used for function decls and ObjC method calls where we use the base name as the location as well.

llvm-svn: 293134
2017-01-26 02:11:50 +00:00
..
CMakeLists.txt clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR. 2016-02-15 04:29:36 +00:00
CodegenNameGenerator.cpp Make TargetInfo store an actual DataLayout instead of a string. 2016-03-04 19:00:41 +00:00
CommentToXML.cpp Remove FormatContext from libClang as it is now unused. 2016-11-08 19:47:19 +00:00
IndexBody.cpp [index] Avoid using a RecursiveASTVisitor for SyntacticFormIndexer and iterate the DesignatedInitExprs of the InitListExpr directly. 2016-11-01 04:29:39 +00:00
IndexDecl.cpp [index] When indexing an ObjC method declaration use its base name for the location. 2017-01-26 02:11:50 +00:00
IndexSymbol.cpp [index] Introduce symbol subkinds to mark an accessor getter or setter. 2017-01-11 21:42:48 +00:00
IndexTypeSourceInfo.cpp [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection. 2017-01-11 21:01:07 +00:00
IndexingAction.cpp [index] Factor libclang's functionality to determing the mangled name of symbols into the clangIndex library. 2016-02-14 22:30:14 +00:00
IndexingContext.cpp [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection. 2017-01-11 21:01:07 +00:00
IndexingContext.h [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection. 2017-01-11 21:01:07 +00:00
SimpleFormatContext.h [VFS] Port SimpleFormatContext to InMemoryFileSystem. 2015-10-06 10:23:34 +00:00
USRGeneration.cpp [index] Handle properly C++14's template variables. 2016-11-07 21:20:15 +00:00