/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 105 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 D | ReplacementsYaml.h | 36 : FilePath(R.getFilePath()), Offset(R.getOffset()), in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
H A D | DiagnosticsYaml.h | 49 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 D | RenamingAction.cpp | 174 (*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 D | RefactoringCallbacks.cpp | 53 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 D | NativeExeSymbol.cpp | 76 return std::string(Session.getPDBFile().getFilePath()); in getSymbolsFileName()
|
H A D | InputFile.cpp | 379 StringRef InputFile::getFilePath() const { in getFilePath() function in InputFile 381 return pdb().getFilePath(); in getFilePath()
|
H A D | PDBFile.cpp | 48 StringRef PDBFile::getFilePath() const { return FilePath; } in getFilePath() function in PDBFile
|
/freebsd-src/contrib/opencsd/decoder/include/mem_acc/ |
H A D | trc_mem_acc_file.h | 107 const std::string &getFilePath() const { return m_file_path; }; in getFilePath() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | AtomicChange.h | 71 const std::string &getFilePath() const { return FilePath; } in getFilePath() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 49 StringRef getFilePath() const;
|
H A D | InputFile.h | 73 StringRef getFilePath() const;
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 30 : 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 D | Replacement.h | 120 StringRef getFilePath() const { return FilePath; } in getFilePath() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 111 StringRef getFileName() { return Input.getFilePath(); }
|
/freebsd-src/contrib/opencsd/decoder/source/mem_acc/ |
H A D | trc_mem_acc_file.cpp | 169 …td::string, TrcMemAccessorFile *>::iterator it = s_FileAccessorMap.find(p_accessor->getFilePath()); in destroyFileAccessor()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 239 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 D | ExplainOutputStyle.cpp | 39 File.getFilePath()); in dump()
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3486 StringRef FileName = Replaces.begin()->getFilePath(); in isHeaderDeletion() 3559 StringRef FileName = Replaces.begin()->getFilePath();
|