Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3261 FunctionTemplateDecl *PrevFunTmpl in setPreviousDeclaration() local
3263 assert((!PrevDecl || PrevFunTmpl) && "Function/function template mismatch"); in setPreviousDeclaration()
3264 FunTmpl->setPreviousDecl(PrevFunTmpl); in setPreviousDeclaration()