Home
last modified time | relevance | path

Searched refs:fromStr (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/remote/
H A DMarshallingTests.cpp48 Sym.ID = llvm::cantFail(SymbolID::fromStr("057557CEBF6E6B2D")); in createSymbol()
300 Request.IDs.insert(llvm::cantFail(SymbolID::fromStr("0000000000000001"))); in TEST()
301 Request.IDs.insert(llvm::cantFail(SymbolID::fromStr("0000000000000002"))); in TEST()
339 Request.IDs.insert(llvm::cantFail(SymbolID::fromStr("0000000000000001"))); in TEST()
340 Request.IDs.insert(llvm::cantFail(SymbolID::fromStr("0000000000000002"))); in TEST()
371 llvm::cantFail(SymbolID::fromStr("0000000000000001"))); in TEST()
373 llvm::cantFail(SymbolID::fromStr("0000000000000002"))); in TEST()
408 SymbolID ID = llvm::cantFail(SymbolID::fromStr("0000000000000002")); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSerializationTests.cpp115 MATCHER_P(id, I, "") { return arg.ID == cantFail(SymbolID::fromStr(I)); }
138 cantFail(SymbolID::fromStr("057557CEBF6E6B2D"))); in TEST()
140 cantFail(SymbolID::fromStr("057557CEBF6E6B2E"))); in TEST()
166 UnorderedElementsAre(Pair(cantFail(SymbolID::fromStr("057557CEBF6E6B2D")), in TEST()
172 SymbolID Base = cantFail(SymbolID::fromStr("6481EE7AF2841756")); in TEST()
173 SymbolID Derived = cantFail(SymbolID::fromStr("6512AEC512EA3A2D")); in TEST()
/llvm-project-15.0.7/llvm/utils/
H A Dpipeline.py5 def fromStr(pipeStr): function
145 pipeObj = fromStr(pipeStr)
H A Dreduce_pipeline.py59 lst = pipeline.fromStr(args.passes)
84 lst = pipeline.fromStr(stdout)
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolID.cpp36 llvm::Expected<SymbolID> SymbolID::fromStr(llvm::StringRef Str) { in fromStr() function in clang::clangd::SymbolID
H A DSymbolID.h53 static llvm::Expected<SymbolID> fromStr(llvm::StringRef);
H A DYAMLSerialization.cpp83 auto ID = SymbolID::fromStr(HexString); in denormalize()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp193 auto SID = SymbolID::fromStr(ID); in run()
240 auto SID = SymbolID::fromStr(ID); in run()
294 auto SID = SymbolID::fromStr(ID); in run()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp47 auto SID = SymbolID::fromStr(StringRef(ID)); in getIDs()
148 auto ID = SymbolID::fromStr(Message.id()); in fromProtobuf()
197 auto SubjectID = SymbolID::fromStr(Message.subject_id()); in fromProtobuf()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp1514 auto ID = SymbolID::fromStr(*Str); in fromJSON()
H A DXRefs.cpp2148 auto ID = SymbolID::fromStr(Item.data); in incomingCalls()