Searched refs:EntInfo (Results 1 – 2 of 2) sorted by relevance
559 getEntityInfo(D, DInfo.EntInfo, SA); in handleDecl()560 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()570 DInfo.entityInfo = &DInfo.EntInfo; in handleDecl()575 DInfo.attributes = DInfo.EntInfo.attributes; in handleDecl()576 DInfo.numAttributes = DInfo.EntInfo.numAttributes; in handleDecl()
81 EntityInfo EntInfo; member