Home
last modified time | relevance | path

Searched refs:currentDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3730 Decl *currentDecl = getPredefinedExprDecl(CurContext); in BuildPredefinedExpr() local
3731 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()