Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h62 llvm::Error addReplacement(const tooling::Replacement &Replacement);
H A DContinuationIndenter.cpp1744 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1756 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1767 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
H A DWhitespaceManager.cpp71 WhitespaceManager::addReplacement(const tooling::Replacement &Replacement) { in addReplacement() function in clang::format::WhitespaceManager
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp156 addReplacement(MangledName, Aliasee); in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.h1339 void addReplacement(StringRef Name, llvm::Constant *C);
H A DItaniumCXXABI.cpp4314 CGM.addReplacement(MangledName, Aliasee); in emitCXXStructor()
H A DCodeGenModule.cpp267 void CodeGenModule::addReplacement(StringRef Name, llvm::Constant *C) { in addReplacement() function in CodeGenModule