/freebsd/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/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/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/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/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/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/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/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/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 120 StringRef getFilePath() const { return FilePath; } in getFilePath() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 111 StringRef getFileName() { return Input.getFilePath(); }
|
/freebsd/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/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 239 llvm::StringRef getFilePath() const { return FilePath; }; in getFilePath() function in __anon90aee0a50111::TempPCHFile 383 return File->getFilePath(); in filePath()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | ExplainOutputStyle.cpp | 39 File.getFilePath()); in dump()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3486 StringRef FileName = Replaces.begin()->getFilePath(); in processReplacements() 3559 StringRef FileName = Replaces.begin()->getFilePath(); in fixCppIncludeInsertions()
|