Lines Matching defs:IsFramework
3261 std::optional<bool> IsFramework,
3264 (!IsFramework || (Entry.IsFramework == *IsFramework)) &&
3401 bool IsFramework = false) -> std::string {
3403 if (IsSysrootSpecified && !IsFramework && A->getValue()[0] == '=') {
3413 bool IsFramework = A->getOption().matches(OPT_F);
3414 Opts.AddPath(PrefixHeaderPath(A, IsFramework), frontend::Angled,
3415 IsFramework, /*IgnoreSysroot=*/true);
3446 Opts.AddPath(A->getValue(), frontend::System, /*IsFramework=*/true,