Searched refs:SpecDecl (Results 1 – 2 of 2) sorted by relevance
1387 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local1388 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()1389 Loc = SpecDecl->getLocation(); in GenerateCode()
11162 template<typename SpecDecl>11163 void checkImpl(SpecDecl *Spec) { in checkImpl()