Searched refs:currentDecl (Results 1 – 1 of 1) sorted by relevance
3730 Decl *currentDecl = getPredefinedExprDecl(CurContext); in BuildPredefinedExpr() local3731 if (!currentDecl) { in BuildPredefinedExpr()3733 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()3738 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()3743 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()