/llvm-project/clang/test/SemaTemplate/ |
H A D | deduction.cpp | 51 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 D | ExpandLargeDivRem.cpp | 58 scalarize(BinaryOperator * BO,SmallVectorImpl<BinaryOperator * > & Replace) scalarize() argument 81 SmallVector<BinaryOperator *, 4> Replace; runImpl() local
|
H A D | ExpandLargeFpConvert.cpp | 573 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 D | UseRangesCheck.h | 29 enum Replace { First, Second }; enum
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | FileSpecList.h | 222 bool Replace(size_t idx, const FileSpec &file) { Replace() function
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringTest.cpp | 40 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 D | file.h | 21 enum class OpenStatus { Old, New, Scratch, Replace, Unknown }; enumerator
|
/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 112 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 D | Replacement.cpp | 229 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 D | RenamingAction.cpp | 172 for (const auto &Replace : AtomicChange.getReplacements()) { in convertChangesToFileReplacements() local
|
H A D | USRLocFinder.cpp | 538 auto Replace = [&](SourceLocation Start, SourceLocation End, in createRenameAtomicChanges() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyDiagnosticConsumer.cpp | 683 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 D | CPlusPlusLanguage.cpp | 504 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 D | metafunctions.cpp | 54 namespace Replace { namespace
|
/llvm-project/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 511 const int Replace = in nearestMatchesForCodepointName() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 288 void Replace(InputInfo *II, const Unit &U, in Replace() function
|
/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 2371 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 D | ChangeNamespace.cpp | 147 auto Replace = getReplacementInChangedCode(*Replaces, R); in addOrMergeReplacement() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 820 bool Replace = Tok.isOneOf(tok::kw_typename, tok::kw_struct); ParseTemplateTemplateParameter() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 1189 Constant *Replace = rewriteWithNewAddressSpaces() local
|
/llvm-project/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 655 TEST(Corpus, Replace) { in TEST() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 221 BasicBlock *Replace, in replaceTargetsFromPHINode() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1423 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...] |