Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp123 IndexCtx.handleEnumerator(D); in VisitEnumConstantDecl()
DIndexingContext.h410 bool handleEnumerator(const EnumConstantDecl *D);
DIndexingContext.cpp407 bool IndexingContext::handleEnumerator(const EnumConstantDecl *D) { in handleEnumerator() function in IndexingContext