Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp261 IndexCtx.handleNamespace(D); in VisitNamespaceDecl()
DIndexingContext.h432 bool handleNamespace(const NamespaceDecl *D);
DIndexingContext.cpp628 bool IndexingContext::handleNamespace(const NamespaceDecl *D) { in handleNamespace() function in IndexingContext