/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 48 std::string Replacement; member 110 TextGenerator Replacement; member 184 inline ASTEdit change(RangeSelector Target, TextGenerator Replacement) { in change() 194 inline ASTEdit changeTo(TextGenerator Replacement) { in changeTo() 198 inline ASTEdit change(TextGenerator Replacement) { in change() 204 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() 210 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | ReplacementsYaml.h | 22 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::Replacement) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 51 for (const auto &Replacement : Callback->getReplacements()) { in HandleTranslationUnit() local 228 auto Replacement = in run() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 1051 NodeTy *replaceTemporary(TempMDNode &&N, NodeTy *Replacement) { in replaceTemporary()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 344 auto Replacement = RenamedComdats.find(C); in processGlobalsForThinLTO() local
|
H A D | BypassSlowDivision.cpp | 465 if (Value *Replacement = Task.getReplacement(PerBBDivCache)) { in bypassSlowDivision() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 357 auto Replacement = KernelToReplacement.find(kernels[i]); in buildLookupTable() local 793 auto Replacement = in lowerKernelScopeStructVariables() local 983 LDSVariableReplacement Replacement = in runOnModule() local 1051 auto Replacement = KernelToReplacement.find(&Func); in runOnModule() local 1260 const LDSVariableReplacement &Replacement, PredicateTy Predicate) { in replaceLDSVariablesWithStruct()
|
H A D | R600OpenCLImageTypeLoweringPass.cpp | 165 Value *Replacement = nullptr; in replaceImageUses() local 198 Value *Replacement = nullptr; in replaceSamplerUses() local
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | prmacros.c | 208 char *Replacement, in PrAddDefine()
|
H A D | preprocess.h | 205 char *Replacement; member
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | ComputeReplacements.cpp | 100 std::string Replacement; in computeReplacements() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TemplateName.h | 376 TemplateName Replacement; variable 379 SubstTemplateTemplateParmStorage(TemplateName Replacement, in SubstTemplateTemplateParmStorage()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReplaceWithVeclib.cpp | 90 auto *Replacement = IRBuilder.CreateCall(TLIVecFunc, Args, OpBundles); in replaceWithTLIFunction() local
|
H A D | InterleavedAccessPass.cpp | 444 for (auto &Replacement : ReplacementMap) { in tryReplaceExtracts() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 362 Replacement::Replacement(const SourceManager &Sources, in Replacement() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 75 Value *Replacement = in lowerCoroPromise() local
|
H A D | Coroutines.cpp | 137 Value *Replacement = in replaceCoroFree() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 56 auto Replacement = E.Replacement->eval(Result); in translateEdits() local 126 ASTEdit transformer::changeTo(RangeSelector Target, TextGenerator Replacement) { in changeTo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 264 SMFixIt(SMLoc Loc, const Twine &Replacement) in SMFixIt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 424 Instruction *Replacement = makeGEPAndLoad(M, GEPChain, Load); in tryToReplaceWithGEPBuiltin() local 429 Instruction *Replacement = makeGEPAndStore(M, GEPChain, Store); in tryToReplaceWithGEPBuiltin() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 337 const SCEV *Replacement = getReplacementExpr(IU); in getExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 61 llvm::FoldingSetNodeID &ID, TemplateName Replacement, Decl *AssociatedDecl, in Profile()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | QualifierAlignmentFixer.cpp | 60 auto Replacement = tooling::Replacement(SourceMgr, Range, NewText); in replaceToken() local
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 243 const Value *Replacement) { in isCompatibleReplacement()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 617 Instruction *Replacement = Inst; in run() local
|