Home
last modified time | relevance | path

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

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