Lines Matching refs:getDescribedFunctionTemplate
3601 FixSemaDC(FD->getDescribedFunctionTemplate()); in adjustDeclContextForDeclaratorDecl()
3635 New->getDescribedFunctionTemplate()) { in MergeFunctionDecl()
9802 } else if (NewFD->getDescribedFunctionTemplate()) { in ActOnFunctionDeclarator()
9968 (getLangOpts().MSVCCompat && NewFD->getDescribedFunctionTemplate())) in ActOnFunctionDeclarator()
11738 = NewFD->getDescribedFunctionTemplate(); in CheckFunctionDeclaration()
11833 if (auto *TD = Guide->getDescribedFunctionTemplate()) in CheckFunctionDeclaration()
11846 !Method->getDescribedFunctionTemplate() && in CheckFunctionDeclaration()
12102 if (!FD->isInvalidDecl() && FD->getDescribedFunctionTemplate()) { in CheckMain()
12156 if (!FD->isInvalidDecl() && FD->getDescribedFunctionTemplate()) { in CheckMSVCRTEntryPoint()
14970 if (FD->getDescribedFunctionTemplate()) in ShouldWarnAboutMissingPrototype()
15032 Definition->getDescribedFunctionTemplate() || in CheckForFunctionRedefinition()
15036 if (auto *TD = Definition->getDescribedFunctionTemplate()) in CheckForFunctionRedefinition()
18426 return bool(M1->getDescribedFunctionTemplate()) == in AreSpecialMemberFunctionsSameKind()
18427 bool(M2->getDescribedFunctionTemplate()); in AreSpecialMemberFunctionsSameKind()