| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
| H A D | replace_filename.pass.cpp | 35 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 D | perm_options.h | 27 replace = 1, enumerator
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | replace.h | 23 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 D | UnresolvedSet.h | 102 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 D | ASTUnresolvedSet.h | 62 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 D | replace_filename.pass.cpp | 69 path replace(TC.filename); in main() local
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | Mutations.cpp | 49 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() function in syntax::MutationsImpl
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | FuzzTest | 14 def __init__(self, inputs, delete, insert, replace, argument
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 71 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anond4435ba20111::RewritesReceiver
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransformActions.cpp | 322 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 D | TestingConfig.py | 217 def replace(self, pattern, replacement): member in SubstituteCaptures
|
| /llvm-project-15.0.7/clang/include/clang/Edit/ |
| H A D | Commit.h | 110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 258 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 D | ConstantMerge.cpp | 116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TestIndex.cpp | 30 static std::string replace(llvm::StringRef Haystack, llvm::StringRef Needle, in replace() function
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Lookup.h | 687 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 D | AffineMap.cpp | 407 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 D | AffineExpr.cpp | 132 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 D | ApplyReplacements.cpp | 38 namespace replace { namespace
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 113 static Expected<std::string> replace(StringRef S, StringRef From, in replace() function
|
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | Commit.cpp | 116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() function in Commit
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 52 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anon85046b950111::FixitReceiver
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Symbols.h | 521 void Symbol::replace(const Symbol &other) { in replace() function
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToSPIRV/ |
| H A D | ArithmeticToSPIRV.cpp | 828 Value replace = rewriter.create<spirv::LogicalOrOp>(loc, lhsIsNan, rhsIsNan); in matchAndRewrite() local
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SymbolTable.cpp | 91 void SymbolTable::replace(StringRef name, Symbol* sym) { in replace() function in lld::wasm::SymbolTable
|