Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Prefix

1414   StringRef Prefix = ""; // FIXME: This isn't the correct default prefix.
1418 Prefix = A->getValue();
1420 Opts.AddPath(Prefix.str() + A->getValue(), frontend::After, false, true);
1422 Opts.AddPath(Prefix.str() + A->getValue(), frontend::Angled, false, true);