Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.h38 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF() argument
41 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF()
58 template <> struct ScalarTraits<FlowStringRef> { in LLVM_YAML_STRONG_TYPEDEF()
59 static void output(const FlowStringRef &, void *, raw_ostream &); in LLVM_YAML_STRONG_TYPEDEF()
60 static StringRef input(StringRef, void *, FlowStringRef &); in LLVM_YAML_STRONG_TYPEDEF()
H A DTextStub.cpp211 std::vector<FlowStringRef> AllowableClients;
212 std::vector<FlowStringRef> ReexportedLibraries;
213 std::vector<FlowStringRef> Symbols;
214 std::vector<FlowStringRef> Classes;
215 std::vector<FlowStringRef> ClassEHs;
216 std::vector<FlowStringRef> IVars;
217 std::vector<FlowStringRef> WeakDefSymbols;
218 std::vector<FlowStringRef> TLVSymbols;
223 std::vector<FlowStringRef> Symbols;
224 std::vector<FlowStringRef> Classes;
[all …]
H A DTextStubCommon.cpp22 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, in output()
26 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input()
27 FlowStringRef &Out) { in input()
30 QuotingType ScalarTraits<FlowStringRef>::mustQuote(StringRef Name) { in mustQuote()