llvm-project/clang/lib/Index
Ben Langmuir fd6e39c40b [index] Add indexing for unresolved-using declarations
In dependent contexts we end up referencing these, so make sure they
have USRs, and have their declarations indexed. For the most part they
behave like typedefs, but we also need to worry about having multiple
using declarations with the same "name".

rdar://problem/33883650

llvm-svn: 311053
2017-08-16 23:12:21 +00:00
..
CMakeLists.txt [index] CMake: add missing reference to clangSerialization library. 2017-01-30 06:48:27 +00:00
CodegenNameGenerator.cpp Make TargetInfo store an actual DataLayout instead of a string. 2016-03-04 19:00:41 +00:00
CommentToXML.cpp Delete unused IncompleteFormat variable, NFCi. 2017-04-20 13:37:27 +00:00
IndexBody.cpp [index] Remove 'implicit' role for message sends in implicit ObjC 2017-07-03 10:34:46 +00:00
IndexDecl.cpp [index] Add indexing for unresolved-using declarations 2017-08-16 23:12:21 +00:00
IndexSymbol.cpp [index] Add indexing for unresolved-using declarations 2017-08-16 23:12:21 +00:00
IndexTypeSourceInfo.cpp [index] Update indexing to handle CXXDeductionGuideDecls properly 2017-08-15 17:20:37 +00:00
IndexingAction.cpp [index] Added a method indexTopLevelDecls to run indexing on a list of Decls. 2017-07-14 10:47:45 +00:00
IndexingContext.cpp [index] Update indexing to handle CXXDeductionGuideDecls properly 2017-08-15 17:20:37 +00:00
IndexingContext.h [index] The relation between the declarations in template specializations 2017-04-24 14:04:58 +00:00
SimpleFormatContext.h [VFS] Port SimpleFormatContext to InMemoryFileSystem. 2015-10-06 10:23:34 +00:00
USRGeneration.cpp [index] Add indexing for unresolved-using declarations 2017-08-16 23:12:21 +00:00