Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCurFunctionDecl

7189   assert(getCurFunctionDecl() == 0 && "Function parsing confused");
7469 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) &&