Searched refs:conversionCallStack (Results 1 – 2 of 2) sorted by relevance
329 SmallVector<Type, 2> conversionCallStack; variable
2964 conversionCallStack.push_back(t); in convertType()2966 llvm::make_scope_exit([this]() { conversionCallStack.pop_back(); }); in convertType()2969 converter(t, results, conversionCallStack)) { in convertType()