Home
last modified time | relevance | path

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

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