Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h62 llvm::Error addReplacement(const tooling::Replacement &Replacement);
H A DContinuationIndenter.cpp2155 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2167 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2178 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.cpp154 addReplacement(MangledName, Aliasee); in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.h1478 void addReplacement(StringRef Name, llvm::Constant *C);
H A DItaniumCXXABI.cpp4696 CGM.addReplacement(MangledName, Aliasee); in emitCXXStructor()
H A DCodeGenModule.cpp509 void CodeGenModule::addReplacement(StringRef Name, llvm::Constant *C) { in addReplacement() function in CodeGenModule