Home
last modified time | relevance | path

Searched defs:Replace (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Ddeduction.cpp51 struct Replace { struct
57 struct Replace<_1, Arg1, Arg2> { argument
62 struct Replace<_2, Arg1, Arg2> { argument
68 struct Replace<const T, Arg1, Arg2> { struct
69 typedef typename Replace<T, Arg1, Arg2>::type const type; argument
74 struct Replace<TT<T1>, Arg1, Arg2> { struct
75 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type; argument
80 struct Replace<TT<T1, T2>, Arg1, Arg2> { struct
82 typename Replace<T2, Arg1, Arg2>::type> type; argument
88 struct Replace<TT<T1, _2>, Arg1, Arg2> { struct
[all …]
/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp58 scalarize(BinaryOperator * BO,SmallVectorImpl<BinaryOperator * > & Replace) scalarize() argument
81 SmallVector<BinaryOperator *, 4> Replace; runImpl() local
H A DExpandLargeFpConvert.cpp573 scalarize(Instruction * I,SmallVectorImpl<Instruction * > & Replace) scalarize() argument
594 SmallVector<Instruction *, 4> Replace; runImpl() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DUseRangesCheck.h29 enum Replace { First, Second }; enum
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h222 bool Replace(size_t idx, const FileSpec &file) { Replace() function
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp40 Replacement Replace(createReplacement(Location, 4, "")); in TEST_F() local
48 Replacement Replace(createReplacement(Location, 17, "")); in TEST_F() local
56 Replacement Replace(createReplacement(Location, 0, "result")); in TEST_F() local
65 Replacement Replace(createReplacement(Location, 12, "x")); in TEST_F() local
87 Replacement Replace("nonexistent-file.cpp", 0, 1, ""); in TEST_F() local
92 Replacement Replace("/path/to/file.cpp", 0, 1, ""); TEST_F() local
694 expectReplacementAt(const Replacement & Replace,StringRef File,unsigned Offset,unsigned Length) expectReplacementAt() argument
710 Replacement Replace; global() member in clang::tooling::ClassDeclXVisitor
733 Replacement Replace; global() member in clang::tooling::CallToFVisitor
763 Replacement Replace; global() member in clang::tooling::NestedNameSpecifierAVisitor
1188 TEST_F(AtomicChangeTest,Replace) TEST_F() argument
[all...]
/llvm-project/flang/runtime/
H A Dfile.h21 enum class OpenStatus { Old, New, Scratch, Replace, Unknown }; enumerator
/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp112 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, Replace() function in PathMappingList
265 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef new_path, Replace() function in PathMappingList
/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp229 for (const auto &Replace : Replaces) in mergeIfOrderIndependent() local
599 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), in applyAllReplacements() local
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp172 for (const auto &Replace : AtomicChange.getReplacements()) { in convertChangesToFileReplacements() local
H A DUSRLocFinder.cpp538 auto Replace = [&](SourceLocation Start, SourceLocation End, in createRenameAtomicChanges() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp683 unsigned End = Begin + Replace.getLength(); in removeIncompatibleErrors() local
673 for (const auto &Replace : FileAndReplaces.second) removeIncompatibleErrors() local
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp504 llvm::StringRef Replace; member in __anon523a394d0111::TypeSubstitutor
508 llvm::StringRef Replace) { in reset() argument
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp54 namespace Replace { namespace
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp511 const int Replace = in nearestMatchesForCodepointName() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h288 void Replace(InputInfo *II, const Unit &U, in Replace() function
/llvm-project/clang/lib/Format/
H A DFormat.cpp2371 auto Replace = [&](SourceLocation Start, unsigned Length, requoteJSStringLiteral() local
3521 isHeaderInsertion(const tooling::Replacement & Replace) isHeaderInsertion() argument
3527 isHeaderDeletion(const tooling::Replacement & Replace) isHeaderDeletion() argument
3584 auto Replace = fixCppIncludeInsertions() local
[all...]
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp147 auto Replace = getReplacementInChangedCode(*Replaces, R); in addOrMergeReplacement() local
/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp820 bool Replace = Tok.isOneOf(tok::kw_typename, tok::kw_struct); ParseTemplateTemplateParameter() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1189 Constant *Replace = rewriteWithNewAddressSpaces() local
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp655 TEST(Corpus, Replace) { in TEST() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp221 BasicBlock *Replace, in replaceTargetsFromPHINode() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1423 PromoteOperand(SDValue Op,EVT PVT,bool & Replace) PromoteOperand() argument
1465 bool Replace = false; SExtPromoteOperand() local
1480 bool Replace = false; ZExtPromoteOperand() local
1584 bool Replace = false; PromoteIntShiftOp() local
[all...]