Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp540 getEntityInfo(D, DInfo.EntInfo, SA); in handleDecl()
541 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()
551 DInfo.entityInfo = &DInfo.EntInfo; in handleDecl()
556 DInfo.attributes = DInfo.EntInfo.attributes; in handleDecl()
557 DInfo.numAttributes = DInfo.EntInfo.numAttributes; in handleDecl()
DCXIndexDataConsumer.h83 EntityInfo EntInfo; member