Home | History | Annotate | Download | only in Sema

Lines Matching refs:currentDecl

1151   FunctionDecl *currentDecl = getSema().getCurFunctionDecl();
1152 assert(currentDecl && "Must have current function declaration when "
1157 unsigned Length = PredefinedExpr::ComputeName(IT, currentDecl).length();