Searched refs:currentDecl (Results 1 – 1 of 1) sorted by relevance
3516 Decl *currentDecl = getPredefinedExprDecl(CurContext); in BuildPredefinedExpr() local3517 if (!currentDecl) { in BuildPredefinedExpr()3519 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()3524 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()3532 PredefinedExpr::ComputeName(IK, currentDecl, ForceElaboratedPrinting); in BuildPredefinedExpr()