Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10043 FunctionDecl *NonTemplateMatch = nullptr; in ActOnExplicitInstantiation() local
10057 assert(!NonTemplateMatch && "Multiple NonTemplateMatches"); in ActOnExplicitInstantiation()
10058 NonTemplateMatch = Method; in ActOnExplicitInstantiation()
10101 FunctionDecl *Specialization = NonTemplateMatch; in ActOnExplicitInstantiation()