Searched refs:EConstructor (Results 1 – 1 of 1) sorted by relevance
149 FunctionInfo EConstructor; in TEST() local150 EConstructor.Name = "E"; in TEST()151 EConstructor.Parent = Reference(EmptySID, "E", InfoType::IT_record); in TEST()152 EConstructor.ReturnType = TypeInfo(EmptySID, "void", InfoType::IT_default); in TEST()153 EConstructor.DefLoc = Location(0, llvm::SmallString<16>{"test.cpp"}); in TEST()154 EConstructor.Namespace.emplace_back(EmptySID, "E", InfoType::IT_record); in TEST()155 EConstructor.Namespace.emplace_back(EmptySID, "GlobalNamespace", in TEST()157 EConstructor.Access = AccessSpecifier::AS_public; in TEST()158 EConstructor.IsMethod = true; in TEST()160 std::move(EConstructor)); in TEST()