Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1312 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local
1313 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()
1314 Loc = SpecDecl->getLocation(); in GenerateCode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp11041 template<typename SpecDecl>
11042 void checkImpl(SpecDecl *Spec) { in checkImpl()