Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp2955 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local
2957 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()
2959 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()
2961 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()
2963 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
2965 if (!currentDecl) { in BuildPredefinedExpr()
2967 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()
2972 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()
2977 auto Str = PredefinedExpr::ComputeName(IT, currentDecl); in BuildPredefinedExpr()