Searched refs:NameScopeArgs (Results 1 – 1 of 1) sorted by relevance
61 using NameScopeArgs = std::tuple<std::string, std::string, ArgVector>; typedef73 std::vector<NameScopeArgs> Filters;74 std::vector<NameScopeArgs> Sinks;313 LLVM_YAML_IS_SEQUENCE_VECTOR(TaintConfig::NameScopeArgs)346 template <> struct MappingTraits<TaintConfig::NameScopeArgs> {347 static void mapping(IO &IO, TaintConfig::NameScopeArgs &NSA) { in mapping()