Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp552 getEntityInfo(D, DInfo.EntInfo, SA); in handleDecl()
553 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()
563 DInfo.entityInfo = &DInfo.EntInfo; in handleDecl()
568 DInfo.attributes = DInfo.EntInfo.attributes; in handleDecl()
569 DInfo.numAttributes = DInfo.EntInfo.numAttributes; in handleDecl()
H A DCXIndexDataConsumer.h81 EntityInfo EntInfo; member