reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 1990     Blob.append(cast<MDString>(MD)->getString());
lib/DebugInfo/CodeView/RecordName.cpp
   82     Name.append(Types.getTypeName(Indices[I]));
   84       Name.append(", ");
   96     Name.append(Types.getTypeName(Indices[I]));
   98       Name.append("\" \"");
  169     Name.append(Types.getTypeName(Ptr.getReferentType()));
  172       Name.append("&");
  174       Name.append("&&");
  176       Name.append("*");
  181       Name.append(" const");
  183       Name.append(" volatile");
  185       Name.append(" __unaligned");
  187       Name.append(" __restrict");
  196     Name.append("const ");
  198     Name.append("volatile ");
  200     Name.append("__unaligned ");
  201   Name.append(Types.getTypeName(Mod.getModifiedType()));
lib/MC/MCAsmStreamer.cpp
  404     ExplicitCommentToEmit.append("\t");
  405     ExplicitCommentToEmit.append(MAI->getCommentString());
  407     ExplicitCommentToEmit.append(c.slice(2, c.size()).str());
  413       ExplicitCommentToEmit.append("\t");
  414       ExplicitCommentToEmit.append(MAI->getCommentString());
  415       ExplicitCommentToEmit.append(c.slice(p, newp).str());
  418         ExplicitCommentToEmit.append("\n");
  422     ExplicitCommentToEmit.append("\t");
  423     ExplicitCommentToEmit.append(c.str());
  426     ExplicitCommentToEmit.append("\t");
  427     ExplicitCommentToEmit.append(MAI->getCommentString());
  428     ExplicitCommentToEmit.append(c.slice(1, c.size()).str());
lib/ProfileData/GCOV.cpp
  662       Result.append("^#");
lib/Support/CommandLine.cpp
 1083               ResponseFile.append(curr_dir.str());
lib/Support/FileCheck.cpp
 1762     PrefixRegexStr.append(Prefix);
lib/Support/YAMLParser.cpp
 1612       Str.append(StringRef(LineStart, Current - LineStart));
lib/TableGen/Record.cpp
  848   Concat.append(I1->getValue());
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  479   SubtargetKey.append(FS);
  515   SubtargetKey.append(FS);
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  364     Name.append(getSectionSuffixForSize(Size));
  367       Name.append(".");
  368       Name.append(GO->getName());
  408     Name.append(getSectionSuffixForSize(Size));
  411       Name.append(".");
  412       Name.append(GO->getName());
lib/Testing/Support/SupportHelpers.cpp
   49   InputFilePath.append((*File)->getBuffer().trim());
lib/Transforms/Coroutines/CoroFrame.cpp
  401   Name.append(".Frame");
tools/clang/lib/AST/CommentLexer.cpp
  469   VerbatimBlockEndCommandName.append(Marker == '\\' ? "\\" : "@");
  470   VerbatimBlockEndCommandName.append(Info->EndCommandName);
tools/clang/lib/CodeGen/CGExpr.cpp
 2446   Name.append(Asm->getLabel());
tools/clang/lib/Driver/Driver.cpp
  794       CfgDir.append(
  805       CfgDir.append(
  904     FixedConfigFile.append(".cfg");
 4477         Output.append(BoundArch);
 4496       Suffixed.append(BoundArch);
tools/clang/lib/Driver/ToolChain.cpp
  527       LinkerName.append("ld64.");
  529       LinkerName.append("ld.");
  530     LinkerName.append(UseLinker);
tools/clang/lib/Driver/ToolChains/CrossWindows.cpp
  107     EntryPoint.append("_");
  122       EntryPoint.append("_DllMainCRTStartup");
  125       EntryPoint.append("_DllMainCRTStartup@12");
  138     EntryPoint.append("mainCRTStartup");
tools/clang/lib/Format/Format.cpp
 2639             UnsuitableConfigFiles.append(", ");
tools/clang/lib/Frontend/CompilerInstance.cpp
 1869         PrivateModule.append("_Private");
tools/clang/lib/Lex/ModuleMap.cpp
 1746     Canonical.append("_Private");
 1762         FixedPrivModDecl.append("framework ");
 1763       FixedPrivModDecl.append("module ");
tools/clang/lib/Lex/PPDirectives.cpp
 2109           Path.append(Component);
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
  167     Str.append(" (0x");
  171       Str.append("0");
  173     Str.append(")");
tools/clang/tools/extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
   53   Result.append(Namespaces.front()->getName());
   57                   Result.append("::");
   58                   Result.append(ND->getName());
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  495       QName.append(S->Name);
tools/clang/unittests/AST/DeclPrinterTest.cpp
  722     Code.append("struct Z { void operator");
  723     Code.append(OperatorNames[i]);
  724     Code.append("(Z z); };");
  727     Expected.append("void operator");
  728     Expected.append(OperatorNames[i]);
  729     Expected.append("(Z z)");
  745     Code.append("struct Z { void operator");
  746     Code.append(OperatorNames[i]);
  747     Code.append("(); };");
  750     Expected.append("void operator");
  751     Expected.append(OperatorNames[i]);
  752     Expected.append("()");
tools/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
   60     CLiteral.append("return ");
   67     CLiteral.append(";");
tools/dsymutil/DwarfLinker.cpp
 2527     Path.append(".swiftinterface");
tools/lld/COFF/Driver.cpp
  417       path.append(".obj");
  976       buf.append(altPath.substr(cursor));
  982     buf.append(altPath.substr(cursor, firstMark - cursor));
  985       buf.append(pdbBasename);
  987       buf.append(binaryExtension);
  991       buf.append(var);
tools/lldb/source/Commands/CommandCompletions.cpp
  149       Storage.append(path::get_separator());
  150       Storage.append(RemainderDir);
  213     CompletionBuffer.append(Name);
tools/lldb/source/Utility/TildeExpressionResolver.cpp
   67     Buffer.append(ThisName);
   68     Buffer.append(path::get_separator());
tools/llvm-cov/SourceCoverageView.cpp
   38     FullPath.append(Opts.ShowOutputDirectory);
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1198           Str.append("'");
 1199           Str.append(*ES);
 1200           Str.append("'");
unittests/ADT/SmallStringTest.cpp
   84   theString.append(abc);
   85   theString.append(abc);
unittests/Support/CommandLineTest.cpp
  768   RspOpt.append(TempPath.c_str());
  825   IncRef.append(IncludedFileName.c_str());
unittests/Support/FileOutputBufferTest.cpp
   43   File1.append("/file1");
   65   File2.append("/file2");
   82   File3.append("/file3");
  103   File4.append("/file4");