reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/CompilerInvocation.cpp
 2051   if (!(P.empty() || llvm::sys::path::is_absolute(P))) {
 2051   if (!(P.empty() || llvm::sys::path::is_absolute(P))) {
 2053       llvm::sys::fs::make_absolute(P);
 2055       llvm::sys::fs::make_absolute(WorkingDir, P);
 2057   llvm::sys::path::remove_dots(P);
 2058   Opts.ModuleCachePath = P.str();