Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp7110 FunctionDecl *InstantiationFunction = cast<FunctionDecl>(Instantiation); in CheckMemberSpecialization() local
7111 if (InstantiationFunction->getTemplateSpecializationKind() == in CheckMemberSpecialization()
7113 InstantiationFunction->setTemplateSpecializationKind( in CheckMemberSpecialization()
7115 InstantiationFunction->setLocation(Member->getLocation()); in CheckMemberSpecialization()
7121 MarkUnusedFileScopedDecl(InstantiationFunction); in CheckMemberSpecialization()