Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCurFunctionDecl

5146     FunctionDecl *CurFD = getCurFunctionDecl();
9131 assert(getCurFunctionDecl() == 0 && "Function parsing confused");
9502 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) &&