clang 20.0.0git
|
Activates OpenACC parsing mode to preseve OpenACC specific annotation tokens. More...
#include "clang/Parse/RAIIObjectsForParser.h"
Public Member Functions | |
ParsingOpenACCDirectiveRAII (Parser &P, bool Value=true) | |
void | restore () |
This can be used to restore the state early, before the dtor is run. | |
~ParsingOpenACCDirectiveRAII () | |
Activates OpenACC parsing mode to preseve OpenACC specific annotation tokens.
Definition at line 314 of file RAIIObjectsForParser.h.
|
inline |
Definition at line 319 of file RAIIObjectsForParser.h.
References P.
|
inline |
Definition at line 328 of file RAIIObjectsForParser.h.
References restore().
|
inline |
This can be used to restore the state early, before the dtor is run.
Definition at line 326 of file RAIIObjectsForParser.h.
References P.
Referenced by ~ParsingOpenACCDirectiveRAII().