Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp61 using NameScopeArgs = std::tuple<std::string, std::string, ArgVector>; typedef
73 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()