Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3468 Decl *currentDecl = getPredefinedExprDecl(CurContext); in BuildPredefinedExpr() local
3469 if (!currentDecl) { in BuildPredefinedExpr()
3471 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()
3476 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()
3484 PredefinedExpr::ComputeName(IK, currentDecl, ForceElaboratedPrinting); in BuildPredefinedExpr()