Lines Matching defs:ExplicitInfo
2535 auto *ExplicitInfo = new (C) ExplicitInstantiationInfo;
2536 ExplicitInfo->ExternKeywordLoc = readSourceLocation();
2537 ExplicitInfo->TemplateKeywordLoc = readSourceLocation();
2538 D->ExplicitInfo = ExplicitInfo;
2604 auto *ExplicitInfo = new (C) ExplicitInstantiationInfo;
2605 ExplicitInfo->ExternKeywordLoc = readSourceLocation();
2606 ExplicitInfo->TemplateKeywordLoc = readSourceLocation();
2607 D->ExplicitInfo = ExplicitInfo;