Searched defs:mapOptional (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/Support/ | ||
H A D | YAMLTraits.h | 40 /// io.mapOptional("age", s.age); 524 mapOptional(const char* Key, T& Val) { function in class:llvm::yaml::IO 532 void mapOptional(const char* Key, Optional<T> &Val) { function in class:llvm::yaml::IO 538 mapOptional(const char* Key, T& Val) { function in class:llvm::yaml::IO 543 void mapOptional(const char* Key, T& Val, const T& Default) { function in class:llvm::yaml::IO |
Completed in 442 milliseconds