Searched refs:BypassedPathPrefix (Results 1 – 2 of 2) sorted by relevance
387 void resetBypassedPathPrefix() { BypassedPathPrefix.reset(); } in resetBypassedPathPrefix()390 void setBypassedPathPrefix(StringRef Prefix) { BypassedPathPrefix = Prefix; } in setBypassedPathPrefix()510 std::optional<std::string> BypassedPathPrefix; variable
248 return BypassedPathPrefix && Path.starts_with(*BypassedPathPrefix); in shouldBypass()