Searched refs:FunD (Results 1 – 1 of 1) sorted by relevance
1614 FunctionDecl *FunD = LPT.D->getAsFunction(); in ParseLateTemplatedFuncDef() local1626 for (DeclContext *DC = FunD; DC && !DC->isTranslationUnit(); in ParseLateTemplatedFuncDef()1636 if (DC != FunD) in ParseLateTemplatedFuncDef()1663 Sema::ContextRAII FunctionSavedContext(Actions, FunD->getLexicalParent()); in ParseLateTemplatedFuncDef()1665 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD); in ParseLateTemplatedFuncDef()1683 Actions.UnmarkAsLateParsedTemplate(FunD); in ParseLateTemplatedFuncDef()