Home | History | Annotate | Download | only in Checkers

Lines Matching defs:Scope

65       std::string Scope;
132 bool isInScope(StringRef Scope) const {
133 return StringRef(FullName).startswith(Scope);
206 /// Find a function with the given name and scope. Returns the first match
288 /// Defines a map between the propagation function's name, scope
292 /// Defines a map between the filter function's name, scope and filtering
296 /// Defines a map between the sink function's name, scope and sinking args.
328 IO.mapOptional("Scope", Propagation.Scope);
349 IO.mapOptional("Scope", std::get<1>(NSA));
387 std::make_pair(P.Scope, TaintPropagationRule{
413 StringRef Scope = Value.first;
414 return Scope.empty() || FData.isInScope(Scope);