Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp952 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local
953 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()
954 Loc = SpecDecl->getLocation(); in GenerateCode()