RoseOpenMPPragmaCallback::expandObjectLikeMacroTokens
Synopsis
Declared in <CxxFrontend/Clang/clang‐frontend‐private.hpp>
bool
expandObjectLikeMacroTokens(
std::vector<clang::Token> const& input_tokens,
std::vector<clang::Token>* output_tokens,
std::set<clang::IdentifierInfo const*>* active_macros,
unsigned int depth,
bool* changed) const;
Created with MrDocs