orc: Allow clangd IntelliSense by breaking recursion loops
Hi!
This MR allows developers that connect Orc through compile_commands.json to Clangd to have working Intellisense. Otherwise clangd refuses to parse the headers due to the infinite loops through orc.h
.