Searched refs:handleTagDecl (Results 1 – 3 of 3) sorted by relevance
52 IndexCtx.handleTagDecl(D); in VisitTagTypeLoc()152 if (handleTagDecl(D)) { in indexTagDecl()
408 bool handleTagDecl(const TagDecl *D);
412 bool IndexingContext::handleTagDecl(const TagDecl *D) { in handleTagDecl() function in IndexingContext