data: fixed indexer coverage

* revised the check if a declaration is implicit. this affects whether or not the reference to the decl should be recorded.
This commit is contained in:
malte_langkabel
2016-02-22 13:14:48 +01:00
parent 7847d53fbb
commit fc1a43c1a5
3 changed files with 27 additions and 5 deletions
@@ -287,6 +287,8 @@ private:
RefType refType,
SymbolType symbolType = ST_Max);
bool isImpliciit(clang::Decl* d) const;
void RecordDeclRef(
clang::NamedDecl *d,
clang::SourceLocation beginLoc,