Searched refs:SpecDecl (Results 1 – 2 of 2) sorted by relevance
1312 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local1313 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()1314 Loc = SpecDecl->getLocation(); in GenerateCode()
11041 template<typename SpecDecl>11042 void checkImpl(SpecDecl *Spec) { in checkImpl()