clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::ProfileSpecialCaseList Class Reference
Inheritance diagram for clang::ProfileSpecialCaseList:
Inheritance graph
[legend]

Public Member Functions

bool isEmpty () const
 
bool hasPrefix (StringRef Prefix) const
 

Static Public Member Functions

static std::unique_ptr< ProfileSpecialCaseListcreate (const std::vector< std::string > &Paths, llvm::vfs::FileSystem &VFS, std::string &Error)
 
static std::unique_ptr< ProfileSpecialCaseListcreateOrDie (const std::vector< std::string > &Paths, llvm::vfs::FileSystem &VFS)
 

Detailed Description

Definition at line 26 of file ProfileList.cpp.

Member Function Documentation

◆ create()

std::unique_ptr< ProfileSpecialCaseList > clang::ProfileSpecialCaseList::create ( const std::vector< std::string > &  Paths,
llvm::vfs::FileSystem &  VFS,
std::string &  Error 
)
static

Definition at line 47 of file ProfileList.cpp.

Referenced by createOrDie().

◆ createOrDie()

std::unique_ptr< ProfileSpecialCaseList > clang::ProfileSpecialCaseList::createOrDie ( const std::vector< std::string > &  Paths,
llvm::vfs::FileSystem &  VFS 
)
static

Definition at line 57 of file ProfileList.cpp.

References create().

◆ hasPrefix()

bool clang::ProfileSpecialCaseList::hasPrefix ( StringRef  Prefix) const
inline

Definition at line 38 of file ProfileList.cpp.

◆ isEmpty()

bool clang::ProfileSpecialCaseList::isEmpty ( ) const
inline

Definition at line 36 of file ProfileList.cpp.


The documentation for this class was generated from the following file: