Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3075 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local
3077 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()
3079 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()
3081 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()
3083 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
3085 if (!currentDecl) { in BuildPredefinedExpr()
3087 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()
3092 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()
3097 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()