Home
last modified time | relevance | path

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

1234

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h71 FilePath() : pathname_("") {} in FilePath() function
72 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function
74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h60 struct FilePath { struct
64 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() argument
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DScopifyEnum.cpp115 StringRef Content, unsigned Offset) { in addClassKeywordToDeclarations()
163 const auto MakeReplacement = [&](StringRef FilePath, StringRef Content, in scopifyEnumValue()
164 unsigned Offset) { in scopifyEnumValue()
205 llvm::Expected<StringRef> ScopifyEnum::getContentForFile(StringRef FilePath) { in getContentForFile()
220 StringRef FilePath = Ref.Loc.uri.file(); in addReplacementForReference() local
236 ScopifyEnum::addReplacement(StringRef FilePath, StringRef Content, in addReplacement()
H A DAnnotateHighlightings.cpp65 llvm::StringRef FilePath = SM.getFilename(Inputs.Cursor); in REGISTER_TWEAK() local
/llvm-project/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/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp25 const std::string &FilePath, const StringMap<Replacements> &Fix, in makeMessage() argument
38 const std::string &FilePath) { in makeByteRange() argument
48 const std::string &FilePath, in makeDiagnostic() argument
[all...]
/llvm-project/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/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DPathConfig.cpp19 llvm::StringRef FilePath; in getIncludePath() local
H A DFindAllMacros.cpp27 std::string FilePath = in CreateMacroSymbol() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DHeaderIncludeCycleCheck.cpp70 std::optional<llvm::StringRef> FilePath = SM.getNonBuiltinFilenameForID(Id); in FileChanged() local
83 void InclusionDirective(SourceLocation, const Token &, StringRef FilePath, in InclusionDirective() argument
119 const std::optional<StringRef> FilePath = SM.getNonBuiltinFilenameForID(Id); in checkForDoubleInclude() local
/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h35 std::string FilePath; member
55 std::string FilePath; member
/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp41 std::string FilePath; member
144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, in createReplacementsForHeaders() argument
183 combineReplacementsInChanges(llvm::StringRef FilePath,llvm::ArrayRef<AtomicChange> Changes) combineReplacementsInChanges() argument
213 AtomicChange(std::string Key,std::string FilePath,std::string Error,std::vector<std::string> InsertedHeaders,std::vector<std::string> RemovedHeaders,clang::tooling::Replacements Replaces) AtomicChange() argument
301 applyAtomicChanges(llvm::StringRef FilePath,llvm::StringRef Code,llvm::ArrayRef<AtomicChange> Changes,const ApplyChangesSpec & Spec) applyAtomicChanges() argument
[all...]
/llvm-project/clang/unittests/AST/
H A DEvaluateAsRValueTest.cpp60 llvm::StringRef FilePath) override { in CreateASTConsumer() argument
131 llvm::StringRef FilePath) override { in CreateASTConsumer() argument
/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
H A DStandaloneExecution.h76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/llvm-project/clang-tools-extra/clang-doc/assets/
H A Dindex.js12 computeRelativePath(FilePath, CurrentDirectory) global() argument
/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath() argument
[all...]
/llvm-project/clang-tools-extra/modularize/
H A DModularizeUtilities.cpp453 getCanonicalPath(StringRef FilePath) getCanonicalPath() argument
493 addUniqueProblemFile(std::string FilePath) addUniqueProblemFile() argument
505 addNoCompileErrorsFile(std::string FilePath) addNoCompileErrorsFile() argument
[all...]
H A DModuleAssistant.cpp172 std::string FilePath; addModuleDescription() local
256 llvm::SmallString<256> FilePath; writeModuleMap() local
[all...]
/llvm-project/llvm/lib/Support/
H A DProcess.cpp59 path::append(FilePath, FileName); in FindInEnvPath() local
/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp62 exportToFile(const StringRef FilePath, in exportToFile()
/llvm-project/clang/lib/Basic/
H A DFileManager.cpp572 SmallString<128> FilePath(Filename); getBufferForFileImpl() local
592 SmallString<128> FilePath(Path); getStatValue() local
602 SmallString<128> FilePath(Path); getNoncachedStatValue() local
/llvm-project/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp1050 llvm::raw_fd_ostream OS(FilePath, FileErr, llvm::sys::fs::OF_None); in copyFile() argument
275 for (const auto &FilePath : CDCtx.UserStylesheets) { genStylesheetsHTML() local
301 for (const auto &FilePath : CDCtx.JsScripts) { genJsScriptsHTML() local
973 llvm::SmallString<128> FilePath; serializeIndex() local
1075 for (const auto &FilePath : CDCtx.UserStylesheets) { createResources() local
1080 for (const auto &FilePath : CDCtx.JsScripts) { createResources() local
[all...]

1234