Lines Matching defs:boolValue
180 if (auto Value = boolValue(N, "AnalyzeAngledIncludes"))
207 if (auto StandardLibrary = boolValue(N, "StandardLibrary"))
237 if (auto AllScopes = boolValue(N, "AllScopes"))
250 if (auto ShowAKA = boolValue(N, "ShowAKA"))
259 if (auto Value = boolValue(N, "Enabled"))
263 if (auto Value = boolValue(N, "ParameterNames"))
267 if (auto Value = boolValue(N, "DeducedTypes"))
271 if (auto Value = boolValue(N, "Designators"))
275 if (auto Value = boolValue(N, "BlockEnd"))
279 if (auto Value = boolValue(N, "DefaultArguments"))
411 std::optional<Located<bool>> boolValue(Node &N, llvm::StringRef Desc) {