Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp10162 FunctionDecl *NonTemplateMatch = nullptr; in ActOnExplicitInstantiation() local
10176 assert(!NonTemplateMatch && "Multiple NonTemplateMatches"); in ActOnExplicitInstantiation()
10177 NonTemplateMatch = Method; in ActOnExplicitInstantiation()
10220 FunctionDecl *Specialization = NonTemplateMatch; in ActOnExplicitInstantiation()