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

/external/clang/lib/AST/
H A DDecl.cpp2519 FunctionTemplateDecl *PrevFunTmpl local
2521 assert((!PrevDecl || PrevFunTmpl) && "Function/function template mismatch");
2522 FunTmpl->setPreviousDecl(PrevFunTmpl);

Completed in 325 milliseconds