Searched defs:indexDecl (Results 1 – 2 of 2) sorted by relevance
414 bool IndexingContext::indexDecl(const Decl *D) { in indexDecl() function in IndexingContext
3705 const std::string indexDecl = (useAttIndex ? (", index=" + idxStr) : ""); in initPrograms() local