Home
last modified time | relevance | path

Searched defs:FilePath (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h61 FilePath() : pathname_("") { } in FilePath() function
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function
64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() function
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp431 SmallString<128> FilePath(Entry->getName()); in getBufferForFile() local
442 SmallString<128> FilePath(Filename); in getBufferForFile() local
459 SmallString<128> FilePath(Path); in getStatValue() local
468 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DFileOutputBuffer.cpp39 FileOutputBuffer::create(StringRef FilePath, size_t Size, in create()
H A DProcess.cpp63 SmallString<128> FilePath(Dir); in FindInEnvPath() local
H A DMemoryBuffer.cpp175 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice()
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DEvaluateAsRValueTest.cpp62 llvm::StringRef FilePath) override { in CreateASTConsumer()
/minix3/external/bsd/llvm/dist/clang/include/clang/Tooling/Core/
H A DReplacement.h123 std::string FilePath; variable
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp34 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement()
113 llvm::SmallString<256> FilePath(Entry->getName()); in setFromSourceLocation() local
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp197 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
288 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
H A DJSONCompilationDatabase.cpp145 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile()
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DMSVCToolChain.cpp312 SmallString<128> FilePath(PathSegment); in getVisualStudioBinariesFolder() local
H A DTools.cpp8114 SmallString<128> FilePath(visualStudioBinDir); in FindVisualStudioExecutable() local
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp237 StringRef FilePath = File->getDir()->getName(); in computeRelativePath() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp864 StringRef FilePath, unsigned SectionID) { in registerSection()
873 StringRef FilePath, unsigned SectionID, in registerStubMap()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp661 SmallString<16> FilePath; in getFileNameByIndex() local
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4118 SmallString<128> FilePath(Path); in AddPath() local
4125 SmallString<128> FilePath(Path); in EmitRecordWithPath() local