/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 71 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 D | SerializablePathCollection.h | 60 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 D | ScopifyEnum.cpp | 115 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 D | AnnotateHighlightings.cpp | 65 llvm::StringRef FilePath = SM.getFilename(Inputs.Cursor); in REGISTER_TWEAK() local
|
/llvm-project/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/clang/unittests/Tooling/ |
H A D | DiagnosticsYamlTest.cpp | 25 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 D | AtomicChange.h | 49 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 D | PathConfig.cpp | 19 llvm::StringRef FilePath; in getIncludePath() local
|
H A D | FindAllMacros.cpp | 27 std::string FilePath = in CreateMacroSymbol() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | HeaderIncludeCycleCheck.cpp | 70 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 D | Diagnostic.h | 35 std::string FilePath; member 55 std::string FilePath; member
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 41 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 D | EvaluateAsRValueTest.cpp | 60 llvm::StringRef FilePath) override { in CreateASTConsumer() argument 131 llvm::StringRef FilePath) override { in CreateASTConsumer() argument
|
/llvm-project/clang/include/clang/Tooling/ |
H A D | AllTUsExecution.h | 59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
H A D | StandaloneExecution.h | 76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
/llvm-project/clang-tools-extra/clang-doc/assets/ |
H A D | index.js | 12 computeRelativePath(FilePath, CurrentDirectory) global() argument
|
/llvm-project/clang/lib/Format/ |
H A D | MatchFilePath.cpp | 24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath() argument [all...] |
/llvm-project/clang-tools-extra/modularize/ |
H A D | ModularizeUtilities.cpp | 453 getCanonicalPath(StringRef FilePath) getCanonicalPath() argument 493 addUniqueProblemFile(std::string FilePath) addUniqueProblemFile() argument 505 addNoCompileErrorsFile(std::string FilePath) addNoCompileErrorsFile() argument [all...] |
H A D | ModuleAssistant.cpp | 172 std::string FilePath; addModuleDescription() local 256 llvm::SmallString<256> FilePath; writeModuleMap() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | Process.cpp | 59 path::append(FilePath, FileName); in FindInEnvPath() local
|
/llvm-project/llvm/tools/llvm-sim/ |
H A D | llvm-sim.cpp | 62 exportToFile(const StringRef FilePath, in exportToFile()
|
/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 572 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 D | HTMLGenerator.cpp | 1050 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...] |