Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp178 CompilerInvocation::StringAllocator, in denormalizeSimpleFlag() argument
228 CompilerInvocation::StringAllocator SA, in denormalizeStringImpl() argument
251 CompilerInvocation::StringAllocator SA, in denormalizeString()
313 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnum()
585 CompilerInvocation::StringAllocator SA) { in GenerateArg()
594 CompilerInvocation::StringAllocator SA) { in GenerateArg()
608 CompilerInvocation::StringAllocator)>;
1155 CompilerInvocation::StringAllocator SA, in GenerateOptimizationRemark()
2194 StringAllocator SA, bool DefaultDiagColor) { in GenerateDiagnosticArgs()
3294 StringAllocator SA, in GenerateLangArgs()
[all …]
/freebsd-13.1/contrib/llvm-project/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()