Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DReplacement.cpp106 if (LHS.getFilePath() != RHS.getFilePath()) in operator <()
107 return LHS.getFilePath() < RHS.getFilePath(); in operator <()
114 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()
523 auto Err = FakeReplaces.add(Replacement(Replaces.begin()->getFilePath(), in calculateRangesAfterReplacements()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp270 : Storage.asFile().getFilePath(); in Build()
400 if (llvm::sys::fs::file_size(Storage.asFile().getFilePath(), Result)) in getSize()
572 llvm::StringRef PrecompiledPreamble::TempPCHFile::getFilePath() const { in getFilePath() function in PrecompiledPreamble::TempPCHFile
708 PreprocessorOpts.ImplicitPCHInclude = PCHFile.getFilePath(); in setupPreambleStorage()
713 auto PCHPath = PCHFile.getFilePath(); in setupPreambleStorage()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp172 llvm::Error Err = (*FileToReplaces)[Replace.getFilePath()].add(Replace); in convertChangesToFileReplacements()
174 llvm::errs() << "Renaming failed in " << Replace.getFilePath() << "! " in convertChangesToFileReplacements()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp54 Refactoring.FileToReplaces[Replacement.getFilePath()].add( in HandleTranslationUnit()
234 llvm::errs() << "Query and replace failed in " << Replacement.getFilePath() in run()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DReplacementsYaml.h38 : FilePath(R.getFilePath()), Offset(R.getOffset()), in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DDiagnosticsYaml.h83 llvm::Error Err = Keys->Fix[Fix.getFilePath()].add(Fix); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp77 return Session.getPDBFile().getFilePath(); in getSymbolsFileName()
H A DPDBFile.cpp48 StringRef PDBFile::getFilePath() const { return FilePath; } in getFilePath() function in PDBFile
/freebsd-12.1/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-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h68 const std::string &getFilePath() const { return FilePath; } in getFilePath() function
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.h72 StringRef getFilePath() const;
H A DInputFile.cpp328 StringRef InputFile::getFilePath() const { in getFilePath() function in InputFile
330 return pdb().getFilePath(); in getFilePath()
H A DExplainOutputStyle.cpp37 File.getFilePath()); in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h51 StringRef getFilePath() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp31 : Key(E.getKey()), FilePath(E.getFilePath()), Error(E.getError()), in NormalizedAtomicChange()
279 Replacement NewR(R.getFilePath(), NewOffset, 0, Text); in insert()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h157 llvm::StringRef getFilePath() const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DReplacement.h121 StringRef getFilePath() const { return FilePath; } in getFilePath() function
/freebsd-12.1/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-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2015 StringRef FileName = Replaces.begin()->getFilePath(); in processReplacements()
2089 StringRef FileName = Replaces.begin()->getFilePath(); in fixCppIncludeInsertions()