Home
last modified time | relevance | path

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

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