Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3362 FunctionTemplateDecl *PrevFunTmpl in setPreviousDeclaration() local
3364 assert((!PrevDecl || PrevFunTmpl) && "Function/function template mismatch"); in setPreviousDeclaration()
3365 FunTmpl->setPreviousDecl(PrevFunTmpl); in setPreviousDeclaration()