clang-tools 19.0.0git
Public Member Functions | List of all members
clang::clangd::StdLibSet Class Reference

#include <StdLib.h>

Public Member Functions

std::optional< StdLibLocationadd (const LangOptions &, const HeaderSearch &)
 
bool isBest (const LangOptions &) const
 

Detailed Description

Definition at line 57 of file StdLib.h.

Member Function Documentation

◆ add()

std::optional< StdLibLocation > clang::clangd::StdLibSet::add ( const LangOptions &  LO,
const HeaderSearch &  HS 
)

Definition at line 279 of file StdLib.cpp.

References clang::clangd::Config::current(), dlog, and Lang.

◆ isBest()

bool clang::clangd::StdLibSet::isBest ( const LangOptions &  LO) const

Definition at line 274 of file StdLib.cpp.


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