Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp2561 FunctionTemplateDecl *PrevFunTmpl in setPreviousDeclaration() local
2563 assert((!PrevDecl || PrevFunTmpl) && "Function/function template mismatch"); in setPreviousDeclaration()
2564 FunTmpl->setPreviousDecl(PrevFunTmpl); in setPreviousDeclaration()