class VerifyDiagnosticConsumer::UnparsedFileStatus

Declaration

class VerifyDiagnosticConsumer::UnparsedFileStatus { /* full declaration omitted */ };

Declared at: clang/include/clang/Frontend/VerifyDiagnosticConsumer.h:280

Member Variables

private llvm::PointerIntPair<const FileEntry*, 1, bool> Data

Method Overview

Methods

UnparsedFileStatus(const clang::FileEntry* File,
                   bool FoundDirectives)

Declared at: clang/include/clang/Frontend/VerifyDiagnosticConsumer.h:284

Parameters

const clang::FileEntry* File
bool FoundDirectives

bool foundDirectives() const

Declared at: clang/include/clang/Frontend/VerifyDiagnosticConsumer.h:288

const clang::FileEntry* getFile() const

Declared at: clang/include/clang/Frontend/VerifyDiagnosticConsumer.h:287