Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp105 if (LHS.getFilePath() != RHS.getFilePath()) in operator <()
106 return LHS.getFilePath() < RHS.getFilePath(); in operator <()
113 LHS.getFilePath() == RHS.getFilePath() && in operator ==()
161 return Replacement(R.getFilePath(), NewStart, NewEnd - NewStart, in getReplacementInChangedCode()
208 R.getFilePath(), Prev.getOffset(), Prev.getLength() + R.getLength(), in getCanonicalReplacements()
248 if (!Replaces.empty() && R.getFilePath() != Replaces.begin()->getFilePath()) in add()
263 Replacement AtEnd(R.getFilePath(), R.getOffset() + R.getLength(), 0, ""); in add()
282 R.getFilePath(), R.getOffset(), 0, in add()
370 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()), in MergedReplacement()
524 FakeReplaces.add(Replacement(Replaces.begin()->getFilePath(), in calculateRangesAfterReplacements()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h36 : FilePath(R.getFilePath()), Offset(R.getOffset()), in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DDiagnosticsYaml.h49 llvm::Error Err = M.Fix[Fix.getFilePath()].add(Fix); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp174 (*FileToReplaces)[std::string(Replace.getFilePath())].add(Replace); in convertChangesToFileReplacements()
176 llvm::errs() << "Renaming failed in " << Replace.getFilePath() << "! " in convertChangesToFileReplacements()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp53 Refactoring.FileToReplaces[std::string(Replacement.getFilePath())] in HandleTranslationUnit()
233 llvm::errs() << "Query and replace failed in " << Replacement.getFilePath() in run()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp76 return std::string(Session.getPDBFile().getFilePath()); in getSymbolsFileName()
H A DInputFile.cpp379 StringRef InputFile::getFilePath() const { in getFilePath() function in InputFile
381 return pdb().getFilePath(); in getFilePath()
H A DPDBFile.cpp48 StringRef PDBFile::getFilePath() const { return FilePath; } in getFilePath() function in PDBFile
/freebsd-src/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h107 const std::string &getFilePath() const { return m_file_path; }; in getFilePath() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h71 const std::string &getFilePath() const { return FilePath; } in getFilePath() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h49 StringRef getFilePath() const;
H A DInputFile.h73 StringRef getFilePath() const;
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp30 : Key(E.getKey()), FilePath(E.getFilePath()), Error(E.getError()), in NormalizedAtomicChange()
284 Replacement NewR(R.getFilePath(), NewOffset, 0, Text); in insert()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h120 StringRef getFilePath() const { return FilePath; } in getFilePath() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h111 StringRef getFileName() { return Input.getFilePath(); }
/freebsd-src/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp169 …td::string, TrcMemAccessorFile *>::iterator it = s_FileAccessorMap.find(p_accessor->getFilePath()); in destroyFileAccessor()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp239 llvm::StringRef getFilePath() const { return FilePath; };
383 return File->getFilePath(); in filePath()
237 llvm::StringRef getFilePath() const { return FilePath; }; getFilePath() function in __anon643cc7b70111::TempPCHFile
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp39 File.getFilePath()); in dump()
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3486 StringRef FileName = Replaces.begin()->getFilePath(); in isHeaderDeletion()
3559 StringRef FileName = Replaces.begin()->getFilePath();