Home
last modified time | relevance | path

Searched refs:StringAllocator (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h234 using StringAllocator = llvm::function_ref<const char *(const llvm::Twine &)>; variable
244 StringAllocator SA) const;
254 StringAllocator SA, bool DefaultDiagColor);
265 StringAllocator SA, const llvm::Triple &T,
278 StringAllocator SA, const llvm::Triple &T,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp178 CompilerInvocation::StringAllocator, in denormalizeSimpleFlag() argument
219 CompilerInvocation::StringAllocator, Option::OptionClass, in makeBooleanOptionDenormalizer()
228 CompilerInvocation::StringAllocator SA, in denormalizeStringImpl() argument
251 CompilerInvocation::StringAllocator SA, in denormalizeString()
296 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnumImpl()
313 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnum()
353 CompilerInvocation::StringAllocator SA, in denormalizeStringVector()
585 CompilerInvocation::StringAllocator SA) { in GenerateArg()
594 CompilerInvocation::StringAllocator SA) { in GenerateArg()
608 CompilerInvocation::StringAllocator)>;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp405 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
409 StringRef ValueCopy = BSN->getValue().copy(StringAllocator); in createHNodes()
437 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp38 BumpPtrAllocator StringAllocator; member in __anona642e3200111::ELFDumper
902 StringRef(std::to_string(SymNdx)).copy(StringAllocator)); in dumpAddrsigSection()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst736 CompilerInvocation::StringAllocator SA /*...*/) {
834 StringAllocator SA) {