Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3020 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local
3022 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()
3024 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()
3026 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()
3028 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
3030 if (!currentDecl) { in BuildPredefinedExpr()
3032 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()
3037 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()
3042 auto Str = PredefinedExpr::ComputeName(IT, currentDecl); in BuildPredefinedExpr()