clang 19.0.0git
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
clang::extractapi::IgnoresFileNotFound Struct Reference

#include "clang/ExtractAPI/APIIgnoresList.h"

Inheritance diagram for clang::extractapi::IgnoresFileNotFound:
Inheritance graph
[legend]

Public Member Functions

 IgnoresFileNotFound (StringRef Path)
 
virtual void log (llvm::raw_ostream &os) const override
 
virtual std::error_code convertToErrorCode () const override
 

Public Attributes

std::string Path
 

Static Public Attributes

static char ID
 

Detailed Description

Definition at line 33 of file APIIgnoresList.h.

Constructor & Destructor Documentation

◆ IgnoresFileNotFound()

clang::extractapi::IgnoresFileNotFound::IgnoresFileNotFound ( StringRef  Path)
inlineexplicit

Definition at line 37 of file APIIgnoresList.h.

Member Function Documentation

◆ convertToErrorCode()

std::error_code IgnoresFileNotFound::convertToErrorCode ( ) const
overridevirtual

Definition at line 30 of file APIIgnoresList.cpp.

◆ log()

void IgnoresFileNotFound::log ( llvm::raw_ostream &  os) const
overridevirtual

Definition at line 26 of file APIIgnoresList.cpp.

References Path.

Member Data Documentation

◆ ID

char IgnoresFileNotFound::ID
static

Definition at line 35 of file APIIgnoresList.h.

◆ Path

std::string clang::extractapi::IgnoresFileNotFound::Path

Definition at line 34 of file APIIgnoresList.h.

Referenced by log().


The documentation for this struct was generated from the following files: