Hi, I am trying to write a gcc plugin to manage c code included in braces and annotated with pragmas, like openmp pragmas. Something like this #pragma my_pragma { /** Code */ ... } Is there any way to trigger a function/identify the end of the block annotated by the pragma (i.e., the closing brace)?