Searched defs:mapOptional (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h561 mapOptional(const char* Key, T& Val) { function in class:llvm::yaml::IO
569 void mapOptional(const char* Key, Optional<T> &Val) { function in class:llvm::yaml::IO
575 mapOptional(const char* Key, T& Val) { function in class:llvm::yaml::IO
580 void mapOptional(const char* Key, T& Val, const T& Default) { function in class:llvm::yaml::IO

Completed in 104 milliseconds