Home
last modified time | relevance | path

Searched defs:FilePath (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h68 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 DSerializablePathCollection.h61 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 DIncludeFixer.h95 void setFilePath(StringRef FilePath) { in setFilePath()
148 std::string FilePath; variable
H A DYamlSymbolIndex.cpp24 YamlSymbolIndex::createFromFile(llvm::StringRef FilePath) { in createFromFile()
H A DIncludeFixerContext.cpp78 StringRef FilePath, std::vector<QuerySymbolInfo> QuerySymbols, in IncludeFixerContext()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp25 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 DAtomicChange.h49 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 DPathConfig.cpp19 llvm::StringRef FilePath; in getIncludePath() local
H A DFindAllMacros.cpp26 std::string FilePath = in CreateMacroSymbol() local
/llvm-project-15.0.7/clang/include/clang/Tooling/Core/
H A DDiagnostic.h35 std::string FilePath; member
55 std::string FilePath; member
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp41 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 DAllTUsExecution.h58 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
H A DStandaloneExecution.h75 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dindex.js12 function computeRelativePath(FilePath, CurrentDirectory) { argument
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DAnnotateHighlightings.cpp63 llvm::StringRef FilePath = SM.getFilename(Inputs.Cursor); in REGISTER_TWEAK() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DEvaluateAsRValueTest.cpp60 llvm::StringRef FilePath) override { in CreateASTConsumer()
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularizeUtilities.cpp455 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 DModuleAssistant.cpp172 std::string FilePath; in addModuleDescription() local
256 llvm::SmallString<256> FilePath; in writeModuleMap() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp598 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 DProcess.cpp59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
/llvm-project-15.0.7/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp62 exportToFile(const StringRef FilePath, in exportToFile()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp273 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 DMDGenerator.cpp291 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 DRefactoring.cpp78 const std::string &FilePath = FileAndReplaces.first; in formatAndApplyAllReplacements() local
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DTweak.cpp108 if (auto FilePath = getCanonicalPath(SM.getFileEntryForID(FID), SM)) in fileEdit() local

1234