Home
last modified time | relevance | path

Searched refs:FpArg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6327 if (Arg *FpArg = C.getArgs().getLastArg(options::OPT__SLASH_Fp)) { in GetClPchPath()
6331 Output = FpArg->getValue(); in GetClPchPath()
6322 if (Arg *FpArg = C.getArgs().getLastArg(options::OPT__SLASH_Fp)) { GetClPchPath() local