Skip to content

ClangToSageTranslator::applySourceRange

Update a Sage node source position using Clang information

Synopsis

Declared in <CxxFrontend/Clang/clang‐frontend‐private.hpp>

void
applySourceRange(
    SgNode* node,
    clang::SourceRange source_range);

Parameters

Name

Description

node

Sage node to update

source_range

Clang's source position information

Created with MrDocs