Searched refs:SpecDecl (Results 1 – 2 of 2) sorted by relevance
1337 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local1338 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()1339 Loc = SpecDecl->getLocation(); in GenerateCode()
10086 template<typename SpecDecl>10087 void checkImpl(SpecDecl *Spec) { in checkImpl()