Function eval_inner

Source
fn eval_inner(
    definition_file_id: FileId,
    body: &SyntaxNode<PreprocessorLang>,
    current_state: &ProcessorState,
    location: &ExpandLocation,
) -> (bool, Option<IfEvalError>)