Hi,
I have checked all the UM of LPC8xx, none of them has on-chip temperature senor, so you can not use the on-chip ADC to measure the junction temperature for LPC8xx.
I have checked the ADC code in SDK package for LPC84x, but it is a bug, it should have been deleted.
#if !(defined(FSL_FEATURE_ADC_HAS_NO_INSEL) && FSL_FEATURE_ADC_HAS_NO_INSEL)
/* Use the temperature sensor input to channel 0. */
ADC_EnableTemperatureSensor(DEMO_ADC_BASE, true);
#endif /* FSL_FEATURE_ADC_HAS_NO_INSEL. */
For the LPC processor, if it has on-chip temperature senor, it should have the register.

The LPC8xx does not have the Input Select Register.
Hope it can help you
BR
XiangJun Rong