struct Preprocessor::PreambleSkipInfo

Declaration

struct Preprocessor::PreambleSkipInfo { /* full declaration omitted */ };

Declared at: clang/include/clang/Lex/Preprocessor.h:529

Member Variables

public clang::SourceLocation HashTokenLoc
public clang::SourceLocation IfTokenLoc
public bool FoundNonSkipPortion
public bool FoundElse
public clang::SourceLocation ElseLoc

Method Overview

  • public PreambleSkipInfo(clang::SourceLocation HashTokenLoc, clang::SourceLocation IfTokenLoc, bool FoundNonSkipPortion, bool FoundElse, clang::SourceLocation ElseLoc)

Methods

ΒΆPreambleSkipInfo(
    clang::SourceLocation HashTokenLoc,
    clang::SourceLocation IfTokenLoc,
    bool FoundNonSkipPortion,
    bool FoundElse,
    clang::SourceLocation ElseLoc)

Declared at: clang/include/clang/Lex/Preprocessor.h:536

Parameters

clang::SourceLocation HashTokenLoc
clang::SourceLocation IfTokenLoc
bool FoundNonSkipPortion
bool FoundElse
clang::SourceLocation ElseLoc