Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3549 FunctionTemplateDecl *PrevFunTmpl in setPreviousDeclaration() local
3551 assert((!PrevDecl || PrevFunTmpl) && "Function/function template mismatch"); in setPreviousDeclaration()
3552 FunTmpl->setPreviousDecl(PrevFunTmpl); in setPreviousDeclaration()