clang 20.0.0git
Public Member Functions | List of all members
clang::driver::custom_flag::ValueNameToDetailMap Class Reference

Public Member Functions

template<typename It >
 ValueNameToDetailMap (It FlagDeclsBegin, It FlagDeclsEnd)
 
const ValueDetailget (StringRef Key) const
 

Detailed Description

Definition at line 131 of file Multilib.cpp.

Constructor & Destructor Documentation

◆ ValueNameToDetailMap()

template<typename It >
clang::driver::custom_flag::ValueNameToDetailMap::ValueNameToDetailMap ( It  FlagDeclsBegin,
It  FlagDeclsEnd 
)
inline

Definition at line 136 of file Multilib.cpp.

Member Function Documentation

◆ get()

const ValueDetail * clang::driver::custom_flag::ValueNameToDetailMap::get ( StringRef  Key) const
inline

Definition at line 144 of file Multilib.cpp.

References Iter.


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