ΒΆCXSourceRangeList* clang_getSkippedRanges(
    CXTranslationUnit tu,
    CXFile file)

Description

Retrieve all ranges that were skipped by the preprocessor. The preprocessor will skip lines when they are surrounded by an if/ifdef/ifndef directive whose condition does not evaluate to true.

Declared at: clang/include/clang-c/Index.h:708

Parameters

CXTranslationUnit tu
CXFile file