Home
last modified time | relevance | path

Searched refs:SpecDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1387 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local
1388 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()
1389 Loc = SpecDecl->getLocation(); in GenerateCode()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp11162 template<typename SpecDecl>
11163 void checkImpl(SpecDecl *Spec) { in checkImpl()