Searched refs:currentDecl (Results 1 – 1 of 1) sorted by relevance
3059 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local3061 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()3063 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()3065 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()3067 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()3069 if (!currentDecl) { in BuildPredefinedExpr()3071 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()3076 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()3081 auto Str = PredefinedExpr::ComputeName(IT, currentDecl); in BuildPredefinedExpr()