Searched refs:currentDecl (Results 1 – 1 of 1) sorted by relevance
3075 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local3077 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()3079 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()3081 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()3083 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()3085 if (!currentDecl) { in BuildPredefinedExpr()3087 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()3092 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()3097 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()