Searched refs:currentDecl (Results 1 – 1 of 1) sorted by relevance
2955 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local2957 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()2959 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()2961 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()2963 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()2965 if (!currentDecl) { in BuildPredefinedExpr()2967 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()2972 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()2977 auto Str = PredefinedExpr::ComputeName(IT, currentDecl); in BuildPredefinedExpr()