Searched refs:getOrInsertDef (Results 1 – 2 of 2) sorted by relevance
160 auto getOrInsertDef = [&](const auto *def) -> TableGenIndexSymbol * { in initialize() local199 auto *sym = getOrInsertDef(&def); in initialize()208 insertRef(getOrInsertDef(it.first), in initialize()213 auto *sym = getOrInsertDef(&value); in initialize()
236 auto getOrInsertDef = [&](const auto *def) -> PDLIndexSymbol * { in initialize() local257 PDLIndexSymbol *symbol = getOrInsertDef(odsOp); in initialize()271 PDLIndexSymbol *declSym = getOrInsertDef(decl); in initialize()277 insertDeclRef(getOrInsertDef(it.constraint), it.referenceLoc); in initialize()280 insertDeclRef(getOrInsertDef(expr->getDecl()), expr->getLoc()); in initialize()