Home
last modified time | relevance | path

Searched refs:ValueDetail (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp130 SmallVector<std::pair<StringRef, const ValueDetail *>> Mapping;
142 const ValueDetail *get(StringRef Key) const { in get()
157 SmallVector<const custom_flag::ValueDetail *> ClaimedCustomFlagValues; in processCustomFlags()
173 const custom_flag::ValueDetail *Detail = in processCustomFlags()
202 const custom_flag::ValueDetail &CustomFlagValue = in processCustomFlags()
345 LLVM_YAML_IS_SEQUENCE_VECTOR(custom_flag::ValueDetail)
396 struct llvm::yaml::MappingContextTraits<custom_flag::ValueDetail,
398 static void mapping(llvm::yaml::IO &io, custom_flag::ValueDetail &V, in mapping()
403 static std::string validate(IO &io, custom_flag::ValueDetail &V, in validate()
527 for (ValueDetail &Detail : ValueList) in Declaration()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h107 struct ValueDetail { struct
115 SmallVector<ValueDetail> ValueList; argument