| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-filepath.h | 68 FilePath() : pathname_("") { } in FilePath() function 69 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function 71 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
| /llvm-project-15.0.7/clang/include/clang/IndexSerialization/ |
| H A D | SerializablePathCollection.h | 61 struct FilePath { struct 65 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | IncludeFixer.h | 95 void setFilePath(StringRef FilePath) { in setFilePath() 148 std::string FilePath; variable
|
| H A D | YamlSymbolIndex.cpp | 24 YamlSymbolIndex::createFromFile(llvm::StringRef FilePath) { in createFromFile()
|
| H A D | IncludeFixerContext.cpp | 78 StringRef FilePath, std::vector<QuerySymbolInfo> QuerySymbols, in IncludeFixerContext()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | DiagnosticsYamlTest.cpp | 25 const std::string &FilePath, const StringMap<Replacements> &Fix, in makeMessage() 38 const std::string &FilePath) { in makeByteRange() 48 const std::string &FilePath, in makeDiagnostic()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 49 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key) in AtomicChange() 141 std::string FilePath; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| H A D | PathConfig.cpp | 19 llvm::StringRef FilePath; in getIncludePath() local
|
| H A D | FindAllMacros.cpp | 26 std::string FilePath = in CreateMacroSymbol() local
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 35 std::string FilePath; member 55 std::string FilePath; member
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 41 std::string FilePath; member 144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, in createReplacementsForHeaders() 183 combineReplacementsInChanges(llvm::StringRef FilePath, in combineReplacementsInChanges() 213 AtomicChange::AtomicChange(std::string Key, std::string FilePath, in AtomicChange() 301 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code, in applyAtomicChanges()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | AllTUsExecution.h | 58 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
| H A D | StandaloneExecution.h | 75 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/ |
| H A D | index.js | 12 function computeRelativePath(FilePath, CurrentDirectory) { argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | AnnotateHighlightings.cpp | 63 llvm::StringRef FilePath = SM.getFilename(Inputs.Cursor); in REGISTER_TWEAK() local
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | EvaluateAsRValueTest.cpp | 60 llvm::StringRef FilePath) override { in CreateASTConsumer()
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | ModularizeUtilities.cpp | 455 std::string ModularizeUtilities::getCanonicalPath(StringRef FilePath) { in getCanonicalPath() 495 void ModularizeUtilities::addUniqueProblemFile(std::string FilePath) { in addUniqueProblemFile() 507 void ModularizeUtilities::addNoCompileErrorsFile(std::string FilePath) { in addNoCompileErrorsFile()
|
| H A D | ModuleAssistant.cpp | 172 std::string FilePath; in addModuleDescription() local 256 llvm::SmallString<256> FilePath; in writeModuleMap() local
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | FileManager.cpp | 598 SmallString<128> FilePath(Filename); in getBufferForFileImpl() local 618 SmallString<128> FilePath(Path); in getStatValue() local 628 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Process.cpp | 59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-sim/ |
| H A D | llvm-sim.cpp | 62 exportToFile(const StringRef FilePath, in exportToFile()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | HTMLGenerator.cpp | 273 for (const auto &FilePath : CDCtx.UserStylesheets) { in genStylesheetsHTML() local 290 for (const auto &FilePath : CDCtx.JsScripts) { in genJsScriptsHTML() local 891 llvm::SmallString<128> FilePath; in SerializeIndex() local 968 static llvm::Error CopyFile(StringRef FilePath, StringRef OutDirectory) { in CopyFile() 993 for (const auto &FilePath : CDCtx.UserStylesheets) { in createResources() local 998 for (const auto &FilePath : CDCtx.FilesToCopy) { in createResources() local
|
| H A D | MDGenerator.cpp | 291 llvm::SmallString<128> FilePath; in serializeIndex() local 314 llvm::SmallString<128> FilePath; in genIndex() local
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Refactoring.cpp | 78 const std::string &FilePath = FileAndReplaces.first; in formatAndApplyAllReplacements() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | Tweak.cpp | 108 if (auto FilePath = getCanonicalPath(SM.getFileEntryForID(FID), SM)) in fileEdit() local
|