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
- public UnparsedFileStatus(const clang::FileEntry * File, bool FoundDirectives)
- public bool foundDirectives() const
- public const clang::FileEntry * getFile() const
Methods
¶UnparsedFileStatus(const clang::FileEntry* File,
bool FoundDirectives)
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
bool foundDirectives() const
Declared at: clang/include/clang/Frontend/VerifyDiagnosticConsumer.h:288
¶const clang::FileEntry* getFile() const
const clang::FileEntry* getFile() const
Declared at: clang/include/clang/Frontend/VerifyDiagnosticConsumer.h:287