class PPConditionalDirectiveRecord::CondDirectiveLoc

Declaration

class PPConditionalDirectiveRecord::CondDirectiveLoc { /* full declaration omitted */ };

Declared at: clang/include/clang/Lex/PPConditionalDirectiveRecord.h:30

Member Variables

private clang::SourceLocation Loc
private clang::SourceLocation RegionLoc

Method Overview

  • public CondDirectiveLoc(clang::SourceLocation Loc, clang::SourceLocation RegionLoc)
  • public clang::SourceLocation getLoc() const
  • public clang::SourceLocation getRegionLoc() const

Methods

CondDirectiveLoc(clang::SourceLocation Loc,
                 clang::SourceLocation RegionLoc)

Declared at: clang/include/clang/Lex/PPConditionalDirectiveRecord.h:35

Parameters

clang::SourceLocation Loc
clang::SourceLocation RegionLoc

clang::SourceLocation getLoc() const

Declared at: clang/include/clang/Lex/PPConditionalDirectiveRecord.h:38

clang::SourceLocation getRegionLoc() const

Declared at: clang/include/clang/Lex/PPConditionalDirectiveRecord.h:39