Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3459 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local
3461 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()
3463 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()
3465 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()
3467 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
3469 if (!currentDecl) { in BuildPredefinedExpr()
3471 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()
3476 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()
3481 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()