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

/external/clang/lib/Sema/
H A DSemaExpr.cpp3059 Decl *currentDecl = nullptr; local
3061 currentDecl = BSI->TheDecl;
3063 currentDecl = LSI->CallOperator;
3065 currentDecl = CSI->TheCapturedDecl;
3067 currentDecl = getCurFunctionOrMethodDecl();
3069 if (!currentDecl) {
3071 currentDecl = Context.getTranslationUnitDecl();
3076 if (cast<DeclContext>(currentDecl)->isDependentContext())
3081 auto Str = PredefinedExpr::ComputeName(IT, currentDecl);

Completed in 117 milliseconds