Home
last modified time | relevance | path

Searched refs:addReplacement (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenItaniumCXXABI.cpp180 cgm.addReplacement(mangledName, aliasee); in emitCXXStructor()
H A DCIRGenModule.h365 void addReplacement(llvm::StringRef name, mlir::Operation *op);
H A DCIRGenModule.cpp892 void CIRGenModule::addReplacement(StringRef name, mlir::Operation *op) { in addReplacement() function in CIRGenModule
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h62 llvm::Error addReplacement(const tooling::Replacement &Replacement);
H A DContinuationIndenter.cpp2273 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2285 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2296 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
H A DWhitespaceManager.cpp78 WhitespaceManager::addReplacement(const tooling::Replacement &Replacement) { in addReplacement() function in clang::format::WhitespaceManager
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp152 addReplacement(MangledName, Aliasee); in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.h1559 void addReplacement(StringRef Name, llvm::Constant *C);
H A DItaniumCXXABI.cpp4743 CGM.addReplacement(MangledName, Aliasee); in emitCXXStructor()
H A DCodeGenModule.cpp616 void CodeGenModule::addReplacement(StringRef Name, llvm::Constant *C) { in addReplacement() function in CodeGenModule