class PreprocessorOptions::FailedModulesSet

Declaration

class PreprocessorOptions::FailedModulesSet { /* full declaration omitted */ };

Description

Records the set of modules

Declared at: clang/include/clang/Lex/PreprocessorOptions.h:183

Member Variables

private llvm::StringSet<> Failed

Method Overview

Methods

void addFailed(llvm::StringRef module)

Declared at: clang/include/clang/Lex/PreprocessorOptions.h:191

Parameters

llvm::StringRef module

bool hasAlreadyFailed(llvm::StringRef module)

Declared at: clang/include/clang/Lex/PreprocessorOptions.h:187

Parameters

llvm::StringRef module