reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
 1144   EntityInfo.cursor = getCursor(D);
 1145   EntityInfo.Dcl = D;
 1146   EntityInfo.IndexCtx = this;
 1149   EntityInfo.kind = getEntityKindFromSymbolKind(SymInfo.Kind, SymInfo.Lang);
 1150   EntityInfo.templateKind = getEntityKindFromSymbolProperties(SymInfo.Properties);
 1151   EntityInfo.lang = getEntityLangFromSymbolLang(SymInfo.Lang);
 1154     EntityInfo.AttrList = AttrListInfo::create(D, *this);
 1155     EntityInfo.attributes = EntityInfo.AttrList->getAttrs();
 1155     EntityInfo.attributes = EntityInfo.AttrList->getAttrs();
 1156     EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
 1156     EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
 1159   if (EntityInfo.kind == CXIdxEntity_Unexposed)
 1163     EntityInfo.name = SA.toCStr(II->getName());
 1166     EntityInfo.name = nullptr; // anonymous tag/field/namespace.
 1174     EntityInfo.name = SA.copyCStr(StrBuf.str());
 1181       EntityInfo.USR = nullptr;
 1183       EntityInfo.USR = SA.copyCStr(StrBuf.str());