Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp10156 FunctionDecl *NonTemplateMatch = nullptr; in ActOnExplicitInstantiation() local
10170 assert(!NonTemplateMatch && "Multiple NonTemplateMatches"); in ActOnExplicitInstantiation()
10171 NonTemplateMatch = Method; in ActOnExplicitInstantiation()
10214 FunctionDecl *Specialization = NonTemplateMatch; in ActOnExplicitInstantiation()