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

/external/clang/lib/Sema/
H A DSemaExpr.cpp2994 Decl *currentDecl = nullptr; local
2996 currentDecl = BSI->TheDecl;
2998 currentDecl = LSI->CallOperator;
3000 currentDecl = CSI->TheCapturedDecl;
3002 currentDecl = getCurFunctionOrMethodDecl();
3004 if (!currentDecl) {
3006 currentDecl = Context.getTranslationUnitDecl();
3011 if (cast<DeclContext>(currentDecl)->isDependentContext())
3016 auto Str = PredefinedExpr::ComputeName(IT, currentDecl);

Completed in 98 milliseconds