Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h67 llvm::Error addReplacement(const tooling::Replacement &Replacement);
H A DContinuationIndenter.cpp1941 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1953 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1964 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
H A DWhitespaceManager.cpp73 WhitespaceManager::addReplacement(const tooling::Replacement &Replacement) { in addReplacement() function in clang::format::WhitespaceManager
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXX.cpp156 addReplacement(MangledName, Aliasee); in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.h1400 void addReplacement(StringRef Name, llvm::Constant *C);
H A DItaniumCXXABI.cpp4347 CGM.addReplacement(MangledName, Aliasee); in emitCXXStructor()
H A DCodeGenModule.cpp269 void CodeGenModule::addReplacement(StringRef Name, llvm::Constant *C) { in addReplacement() function in CodeGenModule