Home | History | Annotate | Download | only in Sema

Lines Matching refs:currentDecl

2390   Decl *currentDecl = getCurFunctionOrMethodDecl();
2391 if (!currentDecl && getCurBlock())
2392 currentDecl = getCurBlock()->TheDecl;
2393 if (!currentDecl) {
2395 currentDecl = Context.getTranslationUnitDecl();
2399 if (cast<DeclContext>(currentDecl)->isDependentContext()) {
2402 unsigned Length = PredefinedExpr::ComputeName(IT, currentDecl).length();