Lines Matching defs:TemplateMethod
159 void TemplateMethod();
162 void F<int>::TemplateMethod();
219 FunctionInfo TemplateMethod;
220 TemplateMethod.Name = "TemplateMethod";
221 TemplateMethod.Parent = Reference(EmptySID, "F", InfoType::IT_record);
222 TemplateMethod.ReturnType = TypeInfo("void");
223 TemplateMethod.Loc.emplace_back(0, llvm::SmallString<16>{"test.cpp"});
224 TemplateMethod.Namespace.emplace_back(EmptySID, "F", InfoType::IT_record);
225 TemplateMethod.Namespace.emplace_back(EmptySID, "GlobalNamespace",
227 TemplateMethod.Access = AccessSpecifier::AS_public;
228 TemplateMethod.IsMethod = true;
230 std::move(TemplateMethod));
236 SpecializedTemplateMethod.Name = "TemplateMethod";