Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStubCommon.h25 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF() argument
28 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF()
38 template <> struct ScalarTraits<FlowStringRef> { in LLVM_YAML_STRONG_TYPEDEF()
39 static void output(const FlowStringRef &, void *, raw_ostream &); in LLVM_YAML_STRONG_TYPEDEF()
40 static StringRef input(StringRef, void *, FlowStringRef &); in LLVM_YAML_STRONG_TYPEDEF()
H A DTextStub.cpp213 std::vector<FlowStringRef> Symbols;
214 std::vector<FlowStringRef> Classes;
215 std::vector<FlowStringRef> ClassEHs;
216 std::vector<FlowStringRef> IVars;
223 std::vector<FlowStringRef> Symbols;
224 std::vector<FlowStringRef> Classes;
226 std::vector<FlowStringRef> IVars;
233 std::vector<FlowStringRef> Symbols;
234 std::vector<FlowStringRef> Classes;
236 std::vector<FlowStringRef> Ivars;
[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()