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

/external/clang/lib/AST/
H A DDecl.cpp1784 FunctionTemplateDecl *PrevFunTmpl local
1786 assert((!PrevDecl || PrevFunTmpl) && "Function/function template mismatch");
1787 FunTmpl->setPreviousDeclaration(PrevFunTmpl);

Completed in 20 milliseconds