ΒΆCXSourceRangeList* clang_getAllSkippedRanges(
    CXTranslationUnit tu)

Description

Retrieve all ranges from all files 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:719

Parameters

CXTranslationUnit tu