Searched refs:FunctionGet (Results 1 – 1 of 1) sorted by relevance
401 FunctionInfo FunctionGet; in TEST() local402 FunctionGet.Name = "get"; in TEST()403 FunctionGet.ReturnType = TypeInfo(EmptySID, "int", InfoType::IT_default); in TEST()404 FunctionGet.DefLoc = Location(); in TEST()405 FunctionGet.Namespace.emplace_back(EmptySID, "G", InfoType::IT_record); in TEST()406 FunctionGet.Namespace.emplace_back(EmptySID, "GlobalNamespace", in TEST()408 FunctionGet.Access = AccessSpecifier::AS_private; in TEST()409 FunctionGet.IsMethod = true; in TEST()410 ExpectedE.Bases.back().ChildFunctions.emplace_back(std::move(FunctionGet)); in TEST()