Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dperm_options.h27 replace = 1, enumerator
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dreplace.h23 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() function
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() function
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
H A Dreplace_filename.pass.cpp69 path replace(TC.filename); in main() local
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DMutations.cpp49 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() function in syntax::MutationsImpl
/llvm-project-15.0.7/clang/utils/
H A DFuzzTest14 def __init__(self, inputs, delete, insert, replace, argument
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp71 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anond4435ba20111::RewritesReceiver
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransformActions.cpp322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace() function in TransformActionsImpl
329 void TransformActionsImpl::replace(SourceRange range, in replace() function in TransformActionsImpl
646 void TransformActions::replace(SourceRange range, StringRef text) { in replace() function in TransformActions
650 void TransformActions::replace(SourceRange range, in replace() function in TransformActions
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestingConfig.py217 def replace(self, pattern, replacement): member in SubstituteCaptures
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DCommit.h110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp258 llvm::Error AtomicChange::replace(const SourceManager &SM, in replace() function in clang::tooling::AtomicChange
264 llvm::Error AtomicChange::replace(const SourceManager &SM, SourceLocation Loc, in replace() function in clang::tooling::AtomicChange
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTestIndex.cpp30 static std::string replace(llvm::StringRef Haystack, llvm::StringRef Needle, in replace() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h687 void replace(NamedDecl *D) { in replace() function
693 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineMap.cpp407 AffineMap AffineMap::replace(AffineExpr expr, AffineExpr replacement, in replace() function in AffineMap
420 AffineMap AffineMap::replace(const DenseMap<AffineExpr, AffineExpr> &map, in replace() function in AffineMap
431 AffineMap::replace(const DenseMap<AffineExpr, AffineExpr> &map) const { in replace() function in AffineMap
H A DAffineExpr.cpp132 AffineExpr::replace(const DenseMap<AffineExpr, AffineExpr> &map) const { in replace() function in AffineExpr
156 AffineExpr AffineExpr::replace(AffineExpr expr, AffineExpr replacement) const { in replace() function in AffineExpr
/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp38 namespace replace { namespace
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFImportFile.cpp113 static Expected<std::string> replace(StringRef S, StringRef From, in replace() function
/llvm-project-15.0.7/clang/lib/Edit/
H A DCommit.cpp116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() function in Commit
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp52 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anon85046b950111::FixitReceiver
/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h521 void Symbol::replace(const Symbol &other) { in replace() function
/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToSPIRV/
H A DArithmeticToSPIRV.cpp828 Value replace = rewriter.create<spirv::LogicalOrOp>(loc, lhsIsNan, rhsIsNan); in matchAndRewrite() local
/llvm-project-15.0.7/lld/wasm/
H A DSymbolTable.cpp91 void SymbolTable::replace(StringRef name, Symbol* sym) { in replace() function in lld::wasm::SymbolTable

12