Lines Matching defs:ExplicitInfo
2569 auto *ExplicitInfo = new (C) ExplicitInstantiationInfo;
2570 ExplicitInfo->ExternKeywordLoc = readSourceLocation();
2571 ExplicitInfo->TemplateKeywordLoc = readSourceLocation();
2572 D->ExplicitInfo = ExplicitInfo;
2635 auto *ExplicitInfo = new (C) ExplicitInstantiationInfo;
2636 ExplicitInfo->ExternKeywordLoc = readSourceLocation();
2637 ExplicitInfo->TemplateKeywordLoc = readSourceLocation();
2638 D->ExplicitInfo = ExplicitInfo;