Searched defs:InstantiationFunction (Results 1 - 1 of 1) sorted by path

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

Completed in 260 milliseconds