Home
last modified time | relevance | path

Searched defs:Deserialized (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/remote/
H A DMarshallingTests.cpp105 auto Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST() local
156 auto Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST() local
232 auto Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST() local
262 auto Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST() local
307 auto Deserialized = ProtobufMarshaller.fromProtobuf(&Serialized); in TEST() local
317 auto Deserialized = ProtobufMarshaller.fromProtobuf(&Serialized); in TEST() local
330 auto Deserialized = ProtobufMarshaller.fromProtobuf(&Serialized); in TEST() local
350 auto Deserialized = ProtobufMarshaller.fromProtobuf(&Serialized); in TEST() local
363 auto Deserialized = ProtobufMarshaller.fromProtobuf(&Serialized); in TEST() local
386 auto Deserialized = ProtobufMarshaller.fromProtobuf(&Serialized); in TEST() local
[all …]
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp44 T Deserialized; in getHashForUdt() local
53 T Deserialized; in getTagRecordHashForUdt() local
79 T Deserialized; in getSourceLineHash() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4391 llvm::SmallPtrSetImpl<ObjCCategoryDecl *> &Deserialized; global() member in __anona31aaeed0b11::ObjCCategoriesVisitor
4438 ObjCCategoriesVisitor(ASTReader & Reader,ObjCInterfaceDecl * Interface,llvm::SmallPtrSetImpl<ObjCCategoryDecl * > & Deserialized,GlobalDeclID InterfaceID,unsigned PreviousGeneration) ObjCCategoriesVisitor() argument
/llvm-project/llvm/unittests/Support/
H A DYAMLIOTest.cpp365 WithStringField Deserialized; in TEST() local