| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 106 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 D | PrecompiledPreamble.cpp | 270 : 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 D | RenamingAction.cpp | 172 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 D | RefactoringCallbacks.cpp | 54 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 D | ReplacementsYaml.h | 38 : FilePath(R.getFilePath()), Offset(R.getOffset()), in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| H A D | DiagnosticsYaml.h | 83 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 D | NativeExeSymbol.cpp | 77 return Session.getPDBFile().getFilePath(); in getSymbolsFileName()
|
| H A D | PDBFile.cpp | 48 StringRef PDBFile::getFilePath() const { return FilePath; } in getFilePath() function in PDBFile
|
| /freebsd-12.1/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-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 68 const std::string &getFilePath() const { return FilePath; } in getFilePath() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.h | 72 StringRef getFilePath() const;
|
| H A D | InputFile.cpp | 328 StringRef InputFile::getFilePath() const { in getFilePath() function in InputFile 330 return pdb().getFilePath(); in getFilePath()
|
| H A D | ExplainOutputStyle.cpp | 37 File.getFilePath()); in dump()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFile.h | 51 StringRef getFilePath() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 31 : 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 D | PrecompiledPreamble.h | 157 llvm::StringRef getFilePath() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/ |
| H A D | Replacement.h | 121 StringRef getFilePath() const { return FilePath; } in getFilePath() function
|
| /freebsd-12.1/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-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | Format.cpp | 2015 StringRef FileName = Replaces.begin()->getFilePath(); in processReplacements() 2089 StringRef FileName = Replaces.begin()->getFilePath(); in fixCppIncludeInsertions()
|