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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp105 if (LHS.getFilePath() != RHS.getFilePath())
106 return LHS.getFilePath() < RHS.getFilePath();
113 LHS.getFilePath() == RHS.getFilePath() &&
160 return Replacement(R.getFilePath(), NewStart, NewEnd - NewStart,
207 R.getFilePath(), Prev.getOffset(), Prev.getLength() + R.getLength(),
247 if (!Replaces.empty() && R.getFilePath() != Replaces.begin()->getFilePath())
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h37 : FilePath(R.getFilePath()), Offset(R.getOffset()),
H A DDiagnosticsYaml.h50 llvm::Error Err = M.Fix[Fix.getFilePath()].add(Fix);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h71 const std::string &getFilePath() const { return FilePath; } function in class:clang::tooling::AtomicChange
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp76 return std::string(Session.getPDBFile().getFilePath());
H A DPDBFile.cpp49 StringRef PDBFile::getFilePath() const { return FilePath; } function in class:PDBFile
/freebsd-13-stable/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h107 const std::string &getFilePath() const { return m_file_path; }; function in class:TrcMemAccessorFile
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp174 (*FileToReplaces)[std::string(Replace.getFilePath())].add(Replace);
176 llvm::errs() << "Renaming failed in " << Replace.getFilePath() << "! "
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp53 Refactoring.FileToReplaces[std::string(Replacement.getFilePath())]
233 llvm::errs() << "Query and replace failed in " << Replacement.getFilePath()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h51 StringRef getFilePath() const;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.h71 StringRef getFilePath() const;
H A DInputFile.cpp331 StringRef InputFile::getFilePath() const { function in class:InputFile
333 return pdb().getFilePath();
H A DExplainOutputStyle.cpp36 File.getFilePath());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp345 : Storage.asFile().getFilePath());
484 if (llvm::sys::fs::file_size(Storage.asFile().getFilePath(), Result))
681 llvm::StringRef PrecompiledPreamble::TempPCHFile::getFilePath() const { function in class:PrecompiledPreamble::TempPCHFile
817 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHFile.getFilePath());
822 auto PCHPath = PCHFile.getFilePath();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp30 : Key(E.getKey()), FilePath(E.getFilePath()), Error(E.getError()),
284 Replacement NewR(R.getFilePath(), NewOffset, 0, Text);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h156 llvm::StringRef getFilePath() const;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h120 StringRef getFilePath() const { return FilePath; } function in class:clang::tooling::Replacement
/freebsd-13-stable/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp169 std::map<std::string, TrcMemAccessorFile *>::iterator it = s_FileAccessorMap.find(p_accessor->getFilePath());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2451 StringRef FileName = Replaces.begin()->getFilePath();
2524 StringRef FileName = Replaces.begin()->getFilePath();

Completed in 376 milliseconds