Searched refs:EntInfo (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.cpp319 getEntityInfo(D, DInfo.EntInfo, SA);
320 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
330 DInfo.entityInfo = &DInfo.EntInfo;
335 DInfo.attributes = DInfo.EntInfo.attributes;
336 DInfo.numAttributes = DInfo.EntInfo.numAttributes;
H A DIndexingContext.h79 EntityInfo EntInfo; member in struct:clang::cxindex::DeclInfo

Completed in 1247 milliseconds