Home
last modified time | relevance | path

Searched refs:handleEnumerator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp105 static uint32_t handleEnumerator(ArrayRef<uint8_t> Data, uint32_t Offset, in handleEnumerator() function
221 ThisLen = handleEnumerator(Content, Offset, Refs); in handleFieldList()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h385 bool handleEnumerator(const EnumConstantDecl *D);
H A DCXIndexDataConsumer.cpp54 DataConsumer.handleEnumerator(D); in VisitEnumConstantDecl()
635 bool CXIndexDataConsumer::handleEnumerator(const EnumConstantDecl *D) { in handleEnumerator() function in CXIndexDataConsumer