Searched defs:FilePath (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h44 std::string FilePath; member in struct:llvm::yaml::MappingTraits::NormalizedReplacement
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h69 class GTEST_API_ FilePath { class in namespace:testing::internal
71 FilePath() : pathname_("") {} function in class:testing::internal::FilePath
72 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} function in class:testing::internal::FilePath
74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp62 exportToFile(const StringRef FilePath, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h35 std::string FilePath; member in struct:clang::tooling::FileByteRange
55 std::string FilePath; member in struct:clang::tooling::DiagnosticMessage
H A DReplacement.h140 std::string FilePath; member in class:clang::tooling::Replacement
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h123 std::string FilePath; member in class:llvm::pdb::PDBFile
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h49 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key) argument
141 std::string FilePath; member in class:clang::tooling::AtomicChange
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp55 DebugTypeDeclFilePatch(DIE *Die, TypeEntry *TypeName, StringEntry *Directory, StringEntry *FilePath) argument
H A DOutputSections.h138 StringEntry *FilePath = nullptr; member in struct:llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch
/freebsd-current/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { argument
H A DDebuginfod.cpp395 static bool hasELFMagic(StringRef FilePath) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h60 struct FilePath { struct in class:clang::index::PathPool
64 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) function in struct:clang::index::PathPool::FilePath
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoring.cpp78 const std::string &FilePath = FileAndReplaces.first; local
H A DJSONCompilationDatabase.cpp193 JSONCompilationDatabase::loadFromFile(StringRef FilePath, argument
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp462 StringRef FilePath = FIF.getFile(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h104 std::optional<std::string> FilePath; member in struct:llvm::InstrProfCorrelator::Probe
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp169 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp317 std::string FilePath = Die.getDeclFile( local
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp41 std::string FilePath; member in struct:__anon1059::NormalizedAtomicChange
144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, argument
183 combineReplacementsInChanges(llvm::StringRef FilePath, llvm::ArrayRef<AtomicChange> Changes) argument
213 AtomicChange(std::string Key, std::string FilePath, std::string Error, std::vector<std::string> InsertedHeaders, std::vector<std::string> RemovedHeaders, clang::tooling::Replacements Replaces) argument
301 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code, llvm::ArrayRef<AtomicChange> Changes, const ApplyChangesSpec &Spec) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp593 static bool isIgnored(StringRef FilePath) { argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp417 SmallString<128> FilePath; local
/freebsd-current/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp158 parseCrossTUIndexItem(StringRef LineRef, StringRef &LookupName, StringRef &FilePath) argument
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp220 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; local
236 StringRef FilePath = LI->path(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp47 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, argument
436 const StringRef FilePath; member in class:__anon1049::MergedReplacement
[all...]

Completed in 396 milliseconds

12