Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3470 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local
3472 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()
3474 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()
3476 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()
3478 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
3480 if (!currentDecl) { in BuildPredefinedExpr()
3482 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()
3487 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()
3492 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()