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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp5689 FunctionDecl *InstantiationFunction = cast<FunctionDecl>(Instantiation); local
5690 if (InstantiationFunction->getTemplateSpecializationKind() ==
5692 InstantiationFunction->setTemplateSpecializationKind(
5694 InstantiationFunction->setLocation(Member->getLocation());
5700 MarkUnusedFileScopedDecl(InstantiationFunction);

Completed in 52 milliseconds