Lines Matching refs:getDescribedFunctionTemplate
3673 FixSemaDC(FD->getDescribedFunctionTemplate()); in adjustDeclContextForDeclaratorDecl()
3707 New->getDescribedFunctionTemplate()) { in MergeFunctionDecl()
10073 } else if (NewFD->getDescribedFunctionTemplate()) { in ActOnFunctionDeclarator()
10239 (getLangOpts().MSVCCompat && NewFD->getDescribedFunctionTemplate())) in ActOnFunctionDeclarator()
12004 = NewFD->getDescribedFunctionTemplate(); in CheckFunctionDeclaration()
12099 if (auto *TD = Guide->getDescribedFunctionTemplate()) in CheckFunctionDeclaration()
12112 !Method->getDescribedFunctionTemplate() && in CheckFunctionDeclaration()
12149 bool IsTemplate = NewFD->getDescribedFunctionTemplate(); in CheckFunctionDeclaration()
12448 if (!FD->isInvalidDecl() && FD->getDescribedFunctionTemplate()) { in CheckMain()
12502 if (!FD->isInvalidDecl() && FD->getDescribedFunctionTemplate()) { in CheckMSVCRTEntryPoint()
15506 if (FD->getDescribedFunctionTemplate()) in ShouldWarnAboutMissingPrototype()
15567 Definition->isInlined() || Definition->getDescribedFunctionTemplate() || in CheckForFunctionRedefinition()
15571 if (auto *TD = Definition->getDescribedFunctionTemplate()) in CheckForFunctionRedefinition()
19036 return bool(M1->getDescribedFunctionTemplate()) == in AreSpecialMemberFunctionsSameKind()
19037 bool(M2->getDescribedFunctionTemplate()); in AreSpecialMemberFunctionsSameKind()