Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp6900 FunctionDecl *InstantiationFunction = cast<FunctionDecl>(Instantiation); in CheckMemberSpecialization() local
6901 if (InstantiationFunction->getTemplateSpecializationKind() == in CheckMemberSpecialization()
6903 InstantiationFunction->setTemplateSpecializationKind( in CheckMemberSpecialization()
6905 InstantiationFunction->setLocation(Member->getLocation()); in CheckMemberSpecialization()
6911 MarkUnusedFileScopedDecl(InstantiationFunction); in CheckMemberSpecialization()