Searched defs:getDescribedFunctionTemplate (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDecl.cpp2665 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) {
2667 = PrevDecl? PrevDecl->getDescribedFunctionTemplate() : nullptr;
3068 FunctionTemplateDecl *FunctionDecl::getDescribedFunctionTemplate() const { function in class:FunctionDecl

Completed in 83 milliseconds