Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp44 sys::path::remove_dots(ParentPath, /*remove_dot_dots=*/true); in getOutputPath()
160 sys::path::remove_dots(SourceText, /*remove_dot_dots=*/true); in getSourceName()
H A DCodeCoverage.cpp212 sys::path::remove_dots(EffectivePath, /*remove_dot_dots=*/true); in addCollectedPath()
478 sys::path::remove_dots(NativePath, true); in remapPathNames()
490 sys::path::remove_dots(NativeFilename, true); in remapPathNames()
H A DCoverageReport.cpp182 sys::path::remove_dots(FileName, /*remove_dot_dots=*/true); in render()
H A DSourceCoverageViewHTML.cpp325 sys::path::remove_dots(LinkTextStr, /*remove_dot_dots=*/true); in buildLinkToFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp37 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp115 sys::path::remove_dots(Paths.VirtualPath, /*remove_dot_dot=*/true); in canonicalize()
H A DVirtualFileSystem.cpp730 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in addFile()
838 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupInMemoryNode()
980 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in setCurrentWorkingDirectory()
996 llvm::sys::path::remove_dots(Output, /*remove_dot_dot=*/true); in getRealPath()
1033 llvm::sys::path::remove_dots(result, /*remove_dot_dot=*/true, style); in canonicalize()
H A DPath.cpp714 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp428 llvm::sys::path::remove_dots(AbsolutePath, /*remove_dot_dot=*/ true); in parse()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp504 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp584 sys::path::remove_dots(BundlePath); in expandBundle()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp524 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp536 sys::path::remove_dots(Ret, /*removedotdot*/ true); in canonicalizePath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp122 llvm::sys::path::remove_dots(Buf, /*remove_dot_dot=*/true); in InclusionDirective()
H A DTextDiagnostic.cpp777 llvm::sys::path::remove_dots(TmpFilename, /* remove_dot_dot */ true); in emitFilename()
H A DCompilerInvocation.cpp2964 llvm::sys::path::remove_dots(P); in ParseHeaderSearchArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp471 sys::path::remove_dots(S, /* remove_dot_dot */ true); in normalizeFilename()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1800 path::remove_dots(DirPath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1577 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in normalizeFilename()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc104 llvm::sys::path::remove_dots(Path8Str, true);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp982 return Changed | llvm::sys::path::remove_dots(Path); in cleanPathForOutput()