Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1337 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local
1338 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()
1339 Loc = SpecDecl->getLocation(); in GenerateCode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp10086 template<typename SpecDecl>
10087 void checkImpl(SpecDecl *Spec) { in checkImpl()